finished up the components, added showcase view, and documentation
This commit is contained in:
@@ -11,5 +11,6 @@ export default createRouter({
|
||||
{ path: '/maps', component: () => import('../views/MapsView.vue'), meta: { title: 'Maps' } },
|
||||
{ path: '/notifications',component: () => import('../views/NotificationsView.vue'), meta: { title: 'Notifications' } },
|
||||
{ path: '/profile', component: () => import('../views/ProfileView.vue'), meta: { title: 'Profile' } },
|
||||
{ path: '/showcase', component: () => import('../views/ShowcaseView.vue'), meta: { title: 'Component Showcase' } },
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user