Skip to content
Snippets Groups Projects
Commit 84ffcb96 authored by syuilo's avatar syuilo
Browse files

Clean up

parent b4d80603
No related branches found
No related tags found
No related merge requests found
...@@ -23,19 +23,12 @@ ...@@ -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({ ...@@ -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 @@ ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment