モバイルでもRoomを表示できるように
This commit is contained in:
		
							parent
							
								
									46fa26426d
								
							
						
					
					
						commit
						9bc4af76b8
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -171,6 +171,7 @@ init((launch, os) => { | |||
| 			]}, | ||||
| 			{ path: '/@:user/pages/:page', component: UI, props: route => ({ component: () => import('../common/views/pages/page.vue').then(m => m.default), pageName: route.params.page, username: route.params.user }) }, | ||||
| 			{ path: '/@:user/pages/:pageName/view-source', component: UI, props: route => ({ component: () => import('../common/views/pages/page-editor/page-editor.vue').then(m => m.default), initUser: route.params.user, initPageName: route.params.pageName }) }, | ||||
| 			{ path: '/@:acct/room', props: true, component: () => import('../common/views/pages/room/room.vue').then(m => m.default) }, | ||||
| 			{ path: '/notes/:note', component: MkNote }, | ||||
| 			{ path: '/authorize-follow', component: MkFollow }, | ||||
| 			{ path: '*', component: MkNotFound } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue