All pages added
This commit is contained in:
@@ -103,6 +103,21 @@ const router = createRouter({
|
||||
path: '/utilities/icons',
|
||||
name: 'icons',
|
||||
component: () => import('@/views/utilities/Icons.vue')
|
||||
},
|
||||
{
|
||||
path: '/pages/timeline',
|
||||
name: 'timeline',
|
||||
component: () => import('@/views/pages/Timeline.vue')
|
||||
},
|
||||
{
|
||||
path: '/pages/empty',
|
||||
name: 'empty',
|
||||
component: () => import('@/views/pages/Empty.vue')
|
||||
},
|
||||
{
|
||||
path: '/documentation',
|
||||
name: 'documentation',
|
||||
component: () => import('@/views/utilities/Documentation.vue')
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -111,6 +126,12 @@ const router = createRouter({
|
||||
name: 'landing',
|
||||
component: () => import('@/views/pages/Landing.vue')
|
||||
},
|
||||
{
|
||||
path: '/pages/notfound',
|
||||
name: 'notfound',
|
||||
component: () => import('@/views/pages/NotFound.vue')
|
||||
},
|
||||
|
||||
{
|
||||
path: '/auth/login',
|
||||
name: 'login',
|
||||
|
||||
Reference in New Issue
Block a user