Fix bug
This commit is contained in:
		
							parent
							
								
									2ee1639acb
								
							
						
					
					
						commit
						137b5da4aa
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -70,7 +70,7 @@ init((launch) => {
 | 
				
			||||||
		routes: [
 | 
							routes: [
 | 
				
			||||||
			{ path: '/', name: 'index', component: MkIndex },
 | 
								{ path: '/', name: 'index', component: MkIndex },
 | 
				
			||||||
			{ path: '/signup', name: 'signup', component: MkSignup },
 | 
								{ path: '/signup', name: 'signup', component: MkSignup },
 | 
				
			||||||
			{ path: '/i/settings', component: MkSettings },
 | 
								{ path: '/i/settings', name: 'settings', component: MkSettings },
 | 
				
			||||||
			{ path: '/i/notifications', name: 'notifications', component: MkNotifications },
 | 
								{ path: '/i/notifications', name: 'notifications', component: MkNotifications },
 | 
				
			||||||
			{ path: '/i/widgets', name: 'widgets', component: MkWidgets },
 | 
								{ path: '/i/widgets', name: 'widgets', component: MkWidgets },
 | 
				
			||||||
			{ path: '/i/messaging', name: 'messaging', component: MkMessaging },
 | 
								{ path: '/i/messaging', name: 'messaging', component: MkMessaging },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -28,7 +28,7 @@
 | 
				
			||||||
					<li><a @click="search">%fa:search%%i18n:@search%%fa:angle-right%</a></li>
 | 
										<li><a @click="search">%fa:search%%i18n:@search%%fa:angle-right%</a></li>
 | 
				
			||||||
				</ul>
 | 
									</ul>
 | 
				
			||||||
				<ul>
 | 
									<ul>
 | 
				
			||||||
					<li><router-link to="/i/settings">%fa:cog%%i18n:@settings%%fa:angle-right%</router-link></li>
 | 
										<li><router-link to="/i/settings" :data-active="$route.name == 'settings'">%fa:cog%%i18n:@settings%%fa:angle-right%</router-link></li>
 | 
				
			||||||
					<li @click="dark"><p><template v-if="_darkmode_">%fa:moon%</template><template v-else>%fa:R moon%</template><span>ダークモード</span></p></li>
 | 
										<li @click="dark"><p><template v-if="_darkmode_">%fa:moon%</template><template v-else>%fa:R moon%</template><span>ダークモード</span></p></li>
 | 
				
			||||||
				</ul>
 | 
									</ul>
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue