создание qr-кода

This commit is contained in:
2024-11-18 18:26:28 +02:00
parent 89cf15b6ea
commit 931b0cc976
24 changed files with 813 additions and 103 deletions
+5 -5
View File
@@ -17,11 +17,11 @@ const routes = [
name: 'create',
component: () => import('@/views/CreateView.vue'), // Первый шаг создания QR-кода
},
// {
// path: 'actions',
// name: 'create-actions',
// component: () => import('@/views/CreateActionsView.vue'), // Второй шаг создания QR-кода
// },
{
path: ':placement/actions',
name: 'create-actions',
component: () => import('@/views/CreateActionsView.vue'), // Второй шаг создания QR-кода
},
],
},
// {