Add back missing routes
This commit is contained in:
parent
430cb7f38b
commit
17edc3f8aa
|
@ -93,6 +93,14 @@ export const routes = [{
|
|||
path: '/theme',
|
||||
name: 'theme',
|
||||
component: page(() => import('./pages/settings/theme.vue')),
|
||||
}, {
|
||||
path: '/custom-css',
|
||||
name: 'custom-css',
|
||||
component: page(() => import('./pages/settings/custom-css.vue')),
|
||||
}, {
|
||||
path: '/account-info',
|
||||
name: 'account-info',
|
||||
component: page(() => import('./pages/settings/account-info.vue')),
|
||||
}, {
|
||||
path: '/navbar',
|
||||
name: 'navbar',
|
||||
|
|
Loading…
Reference in New Issue