improve
Deploy app frontend / app frontend (push) Successful in 1m36s

This commit is contained in:
2024-12-06 14:42:03 +02:00
parent 9c69812258
commit 2a1ab52235
9 changed files with 202 additions and 128 deletions
+6
View File
@@ -25,6 +25,12 @@ const routes = [
component: () => import('@/views/ManageDashboardView.vue'),
props: true,
},
{
path: '/manage/qr',
name: ROUTE_NAMES.MANAGE_DASHBOARD_QR,
component: () => import('@/views/ManageDashboardView.vue'),
props: true,
},
{
path: '/manage/qr/:qr_code_uri',
name: ROUTE_NAMES.MANAGE_QR_CODE,