profile page, but lotsa issues
This commit is contained in:
@@ -16,6 +16,11 @@ const routes = [
|
||||
name: 'Account',
|
||||
component: loadPage('AccountPage'),
|
||||
beforeEnter: authGuard
|
||||
},
|
||||
{
|
||||
path: '/profile',
|
||||
name: 'Profile',
|
||||
component: loadPage('ProfilePage')
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user