summaryrefslogtreecommitdiff
path: root/packages/frontend/src/router.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-03-12 16:39:16 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-03-12 16:39:16 +0900
commit8ac5c35f09fe9575a47ba5cc8cbe53b28558ac6d (patch)
tree4ff92863d58e0ab2a44b03f8b75b6c3385e2c9ba /packages/frontend/src/router.ts
parentenhance: ロールの並び順を設定可能に (diff)
downloadmisskey-8ac5c35f09fe9575a47ba5cc8cbe53b28558ac6d.tar.gz
misskey-8ac5c35f09fe9575a47ba5cc8cbe53b28558ac6d.tar.bz2
misskey-8ac5c35f09fe9575a47ba5cc8cbe53b28558ac6d.zip
enhance(client): 設定から自分のロールを確認できるように
Diffstat (limited to 'packages/frontend/src/router.ts')
-rw-r--r--packages/frontend/src/router.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/frontend/src/router.ts b/packages/frontend/src/router.ts
index 70576688b1..c51c92bf06 100644
--- a/packages/frontend/src/router.ts
+++ b/packages/frontend/src/router.ts
@@ -50,6 +50,10 @@ export const routes = [{
name: 'profile',
component: page(() => import('./pages/settings/profile.vue')),
}, {
+ path: '/roles',
+ name: 'roles',
+ component: page(() => import('./pages/settings/roles.vue')),
+ }, {
path: '/privacy',
name: 'privacy',
component: page(() => import('./pages/settings/privacy.vue')),