enhance(frontend): バックアップされた設定のプロファイルを削除できるように
This commit is contained in:
parent
95a1d17cf6
commit
5d787e5bb9
6 changed files with 86 additions and 11 deletions
|
|
@ -180,6 +180,10 @@ export const ROUTE_DEF = [{
|
|||
path: '/custom-css',
|
||||
name: 'preferences',
|
||||
component: page(() => import('@/pages/settings/custom-css.vue')),
|
||||
}, {
|
||||
path: '/profiles',
|
||||
name: 'profiles',
|
||||
component: page(() => import('@/pages/settings/profiles.vue')),
|
||||
}, {
|
||||
path: '/accounts',
|
||||
name: 'profile',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue