This commit is contained in:
syuilo 2018-04-15 06:26:33 +09:00
parent 369977189c
commit 9c2f340c1e
3 changed files with 7 additions and 1 deletions

View file

@ -523,6 +523,9 @@ mobile/views/pages/followers.vue:
mobile/views/pages/following.vue:
following-of: "Following of {}"
mobile/views/pages/home.vue:
timeline: "Timeline"
mobile/views/pages/messaging.vue:
messaging: "Messaging"

View file

@ -523,6 +523,9 @@ mobile/views/pages/followers.vue:
mobile/views/pages/following.vue:
following-of: "{}のフォロー"
mobile/views/pages/home.vue:
timeline: "タイムライン"
mobile/views/pages/messaging.vue:
messaging: "メッセージ"

View file

@ -1,7 +1,7 @@
<template>
<mk-ui>
<span slot="header" @click="showTl = !showTl">
<template v-if="showTl">%fa:home%タイムライン</template>
<template v-if="showTl">%fa:home%%i18n:@timeline%</template>
<template v-else>%fa:home%ウィジェット</template>
<span style="margin-left:8px">
<template v-if="showTl">%fa:angle-down%</template>