began work on profile page
This commit is contained in:
@@ -12,7 +12,19 @@ export default createRouter({
|
||||
{
|
||||
path: '/profile',
|
||||
name: 'Profile',
|
||||
component: () => import('./views/profile.vue'),
|
||||
component: () => import('./components/ProfilePage/profile.vue'),
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
name: 'personnel',
|
||||
component: () => import('./components/ProfilePage/personnel.vue')
|
||||
},
|
||||
{
|
||||
path: 'activityHistory',
|
||||
name: 'activityHistory',
|
||||
component: () => import('./components/ProfilePage/activityHistory.vue')
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/users',
|
||||
|
||||
Reference in New Issue
Block a user