😸Rawwww
This commit is contained in:
@@ -4,9 +4,9 @@ const routes = [
|
|||||||
component: () => import('layouts/MainLayout.vue'),
|
component: () => import('layouts/MainLayout.vue'),
|
||||||
children: [
|
children: [
|
||||||
{ path: '', component: () => import('pages/IndexPage.vue') },
|
{ path: '', component: () => import('pages/IndexPage.vue') },
|
||||||
{ path: 'test_DartPicker', component: () => import('pages/testDartPickerPage.vue') },
|
{ path: 'test_DartPicker', component: () => import('src/pages/test/testDartPickerPage.vue') },
|
||||||
{ path: 'test_NumbersPage', component: () => import('pages/testNumbersPage.vue') },
|
{ path: 'test_NumbersPage', component: () => import('src/pages/test/testNumbersPage.vue') },
|
||||||
{ path: 'test_WebSpeechApi', component: () => import('pages/testWebSpeechApi.vue') },
|
{ path: 'test_WebSpeechApi', component: () => import('src/pages/test/testWebSpeechApi.vue') },
|
||||||
|
|
||||||
{ path: 'error', component: () => import('pages/ErrorPage.vue') }
|
{ path: 'error', component: () => import('pages/ErrorPage.vue') }
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user