создание qr-кода
This commit is contained in:
+5
-5
@@ -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-кода
|
||||
},
|
||||
],
|
||||
},
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user