Clean up
This commit is contained in:
		
							parent
							
								
									b4d806033c
								
							
						
					
					
						commit
						84ffcb9672
					
				
					 2 changed files with 1 additions and 10 deletions
				
			
		| 
						 | 
					@ -23,19 +23,12 @@
 | 
				
			||||||
				</a>
 | 
									</a>
 | 
				
			||||||
			</li>
 | 
								</li>
 | 
				
			||||||
		</template>
 | 
							</template>
 | 
				
			||||||
		<li class="ch">
 | 
					 | 
				
			||||||
			<a :href="chUrl" target="_blank">
 | 
					 | 
				
			||||||
				%fa:tv%
 | 
					 | 
				
			||||||
				<p>%i18n:desktop.tags.mk-ui-header-nav.ch%</p>
 | 
					 | 
				
			||||||
			</a>
 | 
					 | 
				
			||||||
		</li>
 | 
					 | 
				
			||||||
	</ul>
 | 
						</ul>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script lang="ts">
 | 
					<script lang="ts">
 | 
				
			||||||
import Vue from 'vue';
 | 
					import Vue from 'vue';
 | 
				
			||||||
import { chUrl } from '../../../config';
 | 
					 | 
				
			||||||
import MkMessagingWindow from './messaging-window.vue';
 | 
					import MkMessagingWindow from './messaging-window.vue';
 | 
				
			||||||
import MkGameWindow from './game-window.vue';
 | 
					import MkGameWindow from './game-window.vue';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -45,8 +38,7 @@ export default Vue.extend({
 | 
				
			||||||
			hasUnreadMessagingMessages: false,
 | 
								hasUnreadMessagingMessages: false,
 | 
				
			||||||
			hasGameInvitations: false,
 | 
								hasGameInvitations: false,
 | 
				
			||||||
			connection: null,
 | 
								connection: null,
 | 
				
			||||||
			connectionId: null,
 | 
								connectionId: null
 | 
				
			||||||
			chUrl
 | 
					 | 
				
			||||||
		};
 | 
							};
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	mounted() {
 | 
						mounted() {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -21,7 +21,6 @@
 | 
				
			||||||
					<li><router-link to="/othello">%fa:gamepad%ゲーム<template v-if="hasGameInvitations">%fa:circle%</template>%fa:angle-right%</router-link></li>
 | 
										<li><router-link to="/othello">%fa:gamepad%ゲーム<template v-if="hasGameInvitations">%fa:circle%</template>%fa:angle-right%</router-link></li>
 | 
				
			||||||
				</ul>
 | 
									</ul>
 | 
				
			||||||
				<ul>
 | 
									<ul>
 | 
				
			||||||
					<li><a :href="chUrl" target="_blank">%fa:tv%%i18n:mobile.tags.mk-ui-nav.ch%%fa:angle-right%</a></li>
 | 
					 | 
				
			||||||
					<li><router-link to="/i/drive">%fa:cloud%%i18n:mobile.tags.mk-ui-nav.drive%%fa:angle-right%</router-link></li>
 | 
										<li><router-link to="/i/drive">%fa:cloud%%i18n:mobile.tags.mk-ui-nav.drive%%fa:angle-right%</router-link></li>
 | 
				
			||||||
				</ul>
 | 
									</ul>
 | 
				
			||||||
				<ul>
 | 
									<ul>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue