[Client] Fix bug

This commit is contained in:
syuilo
2018-11-13 22:45:28 +09:00
parent 54710f17fc
commit 0dcb527bf3
34 changed files with 36 additions and 34 deletions

View File

@ -45,7 +45,7 @@
</template>
</div>
<p class="no-history" v-if="!fetching && messages.length == 0">{{ $t('no-history') }}</p>
<p class="fetching" v-if="fetching"><fa icon="spinner .pulse" fixed-width/>{{ $t('@.loading') }}<mk-ellipsis/></p>
<p class="fetching" v-if="fetching"><fa icon="spinner" pulse fixed-width/>{{ $t('@.loading') }}<mk-ellipsis/></p>
</div>
</template>