fix(client): some fixes
This commit is contained in:
parent
00be79ce13
commit
d72ac908f4
3 changed files with 6 additions and 0 deletions
|
|
@ -141,6 +141,10 @@ export const routes = [{
|
|||
path: '/webhook',
|
||||
name: 'webhook',
|
||||
component: page(() => import('./pages/settings/webhook.vue')),
|
||||
}, {
|
||||
path: '/deck',
|
||||
name: 'deck',
|
||||
component: page(() => import('./pages/settings/deck.vue')),
|
||||
}, {
|
||||
path: '/other',
|
||||
name: 'other',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue