This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
const routes = [
|
||||
{
|
||||
name: 'main',
|
||||
path: '/',
|
||||
component: () => import('layouts/MainLayout.vue')
|
||||
},
|
||||
|
||||
// Always leave this as last one,
|
||||
// but you can also remove it
|
||||
{
|
||||
name: 'privacy-policy',
|
||||
path: '/privacy-policy',
|
||||
component: () => import('pages/DocPage.vue')
|
||||
},
|
||||
{
|
||||
name: 'terms',
|
||||
path: '/terms-of-use',
|
||||
component: () => import('pages/DocPage.vue')
|
||||
},
|
||||
{
|
||||
path: '/:catchAll(.*)*',
|
||||
component: () => import('pages/ErrorNotFound.vue')
|
||||
|
||||
Reference in New Issue
Block a user