feat(qr): sync generator text to url path payload and add generator button to scanner list
All checks were successful
Deploy to Production / deploy (push) Successful in 24s

This commit is contained in:
2026-03-04 03:07:17 +00:00
parent fdd841177b
commit 6be7abfe02
5 changed files with 45 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ const routes = [
component: QrScanner
},
{
path: '/qr-code',
path: '/qr-code/:payload?',
name: 'QrCode',
component: QrCode
},