added some test pages to the frontend
This commit is contained in:
@@ -2,7 +2,12 @@ const routes = [
|
||||
{
|
||||
path: '/',
|
||||
component: () => import('layouts/MainLayout.vue'),
|
||||
children: [{ path: '', component: () => import('pages/IndexPage.vue') }],
|
||||
children: [
|
||||
{ path: '', component: () => import('pages/IndexPage.vue') },
|
||||
{ path: 'test_DartPicker', component: () => import('pages/testDartPickerPage.vue') },
|
||||
{ path: 'test_NumbersPage', component: () => import('pages/testNumbersPage.vue') },
|
||||
{ path: 'test_WebSpeechApi', component: () => import('pages/testWebSpeechApi.vue') }
|
||||
],
|
||||
},
|
||||
|
||||
// Always leave this as last one,
|
||||
|
||||
Reference in New Issue
Block a user