1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 17:34:14 +02:00
This commit is contained in:
syuilo
2026-02-08 21:53:33 +09:00
parent 28f5b2f173
commit a42fdee480
146 changed files with 675 additions and 1 deletions

View File

@@ -594,6 +594,9 @@ export const ROUTE_DEF = [{
path: '/qr',
component: page(() => import('@/pages/qr.vue')),
loginRequired: true,
}, {
path: '/room',
component: page(() => import('@/pages/room.vue')),
}, {
path: '/debug',
component: page(() => import('@/pages/debug.vue')),