😸Rawwww

This commit is contained in:
2025-09-11 17:09:58 +02:00
parent 7b604df87c
commit b4b5dff78d
4 changed files with 3 additions and 3 deletions

View File

@@ -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') }
], ],