mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 00:03:51 +09:00
fix: experimental-features settings routing
This commit is contained in:
@ -177,6 +177,10 @@ export const routes = [{
|
||||
path: '/other',
|
||||
name: 'other',
|
||||
component: page(() => import('./pages/settings/other.vue')),
|
||||
}, {
|
||||
path: '/experimental-features',
|
||||
name: 'experimental-features',
|
||||
component: page(() => import('./pages/settings/experimental-features.vue')),
|
||||
}, {
|
||||
path: '/',
|
||||
component: page(() => import('./pages/_empty_.vue')),
|
||||
|
Reference in New Issue
Block a user