first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
export default {
|
||||
path: '/',
|
||||
children: [
|
||||
{
|
||||
path: 'landing',
|
||||
name: 'landing',
|
||||
component: () => import('@/views/pages/Landing.vue')
|
||||
},
|
||||
{
|
||||
path: 'pages/notfound',
|
||||
name: 'notfound',
|
||||
component: () => import('@/views/pages/NotFound.vue')
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user