This commit is contained in:
syuilo
2018-06-05 21:36:21 +09:00
parent a408b19bbe
commit 9ce0f96de3
10 changed files with 1202 additions and 0 deletions

View File

@@ -8,6 +8,12 @@
<p>%i18n:@home%</p>
</router-link>
</li>
<li class="deck" :class="{ active: $route.name == 'deck' }">
<router-link to="/deck">
%fa:columns%
<p>%i18n:@deck%</p>
</router-link>
</li>
<li class="messaging">
<a @click="messaging">
%fa:comments%

View File

@@ -37,7 +37,16 @@ export default Vue.extend({
<style lang="stylus" scoped>
.mk-ui
display flex
flex-direction column
flex 1
> .header
@media (max-width 1000px)
display none
> .content
display flex
flex-direction column
flex 1
</style>