enhance(frontend): サーバーのテーマ設定を別ページに分離
This commit is contained in:
parent
0465e74521
commit
dd733ec1d0
6 changed files with 144 additions and 77 deletions
|
|
@ -392,6 +392,10 @@ export const routes = [{
|
|||
path: '/settings',
|
||||
name: 'settings',
|
||||
component: page(() => import('./pages/admin/settings.vue')),
|
||||
}, {
|
||||
path: '/branding',
|
||||
name: 'branding',
|
||||
component: page(() => import('./pages/admin/branding.vue')),
|
||||
}, {
|
||||
path: '/moderation',
|
||||
name: 'moderation',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue