stash
This commit is contained in:
parent
6c973b9fc2
commit
aef6677736
21 changed files with 4839 additions and 9444 deletions
|
|
@ -239,7 +239,7 @@ const routes = [{path: '/', name: 'dashboard', component: Dashboard, meta: {requ
|
|||
component: Profile,
|
||||
meta: {requiresAuth: true}
|
||||
}, {
|
||||
path: '/settings', name: 'settings', component: Settings, meta: {requiresAuth: true}, children: [{
|
||||
path: '/settings', component: Settings, meta: {requiresAuth: true}, children: [{
|
||||
path: '', name: 'account', component: Account, meta: {requiresAuth: true}
|
||||
},{
|
||||
path: 'password/', name: 'password', component: Password, meta: {requiresAuth: true}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue