Merge remote-tracking branch 'misskey/develop' into future-2024-04-10
This commit is contained in:
@@ -35,7 +35,7 @@ const routes: RouteDef[] = [{
|
||||
component: page(() => import('@/pages/user/index.vue')),
|
||||
}, {
|
||||
name: 'note',
|
||||
path: '/notes/:noteId',
|
||||
path: '/notes/:noteId/:initialTab?',
|
||||
component: page(() => import('@/pages/note.vue')),
|
||||
}, {
|
||||
name: 'list',
|
||||
|
||||
Reference in New Issue
Block a user