This commit is contained in:
こぴなたみぽ 2018-02-17 09:19:37 +09:00
parent c81c4c224a
commit 283c64e6f1

View file

@ -2,7 +2,7 @@
<mk-ui>
<span slot="header">%fa:search% {{ query }}</span>
<main v-if="!fetching">
<mk-posts :class="$style.posts">
<mk-posts :class="$style.posts" :posts="posts">
<span v-if="posts.length == 0">{{ '%i18n:mobile.tags.mk-search-posts.empty%'.replace('{}', query) }}</span>
<button v-if="canFetchMore" @click="more" :disabled="fetching" slot="tail">
<span v-if="!fetching">%i18n:mobile.tags.mk-timeline.load-more%</span>