home, vault, and profile pages are framed out
This commit is contained in:
@@ -18,9 +18,14 @@ const routes = [
|
||||
beforeEnter: authGuard
|
||||
},
|
||||
{
|
||||
path: '/profile',
|
||||
path: '/profile/:id',
|
||||
name: 'Profile',
|
||||
component: loadPage('ProfilePage')
|
||||
},
|
||||
{
|
||||
path: '/vault/:id',
|
||||
name: 'Vault',
|
||||
component: loadPage('VaultPage')
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user