This commit is contained in:
syuilo
2023-05-05 08:47:02 +09:00
parent 9ee002285d
commit 8c70bbe74d
4 changed files with 76 additions and 86 deletions

View File

@@ -164,7 +164,7 @@ export const routes = [{
}, {
path: '/migration',
name: 'migration',
component: page(() => import('./pages/settings/migration.vue'))
component: page(() => import('./pages/settings/migration.vue')),
}, {
path: '/custom-css',
name: 'general',
@@ -174,13 +174,9 @@ export const routes = [{
name: 'profile',
component: page(() => import('./pages/settings/accounts.vue')),
}, {
path: '/account-info',
path: '/account-stats',
name: 'other',
component: page(() => import('./pages/settings/account-info.vue')),
}, {
path: '/delete-account',
name: 'other',
component: page(() => import('./pages/settings/delete-account.vue')),
component: page(() => import('./pages/settings/account-stats.vue')),
}, {
path: '/other',
name: 'other',