Revert "Use v-t"

This reverts commit 8d049fd498.
This commit is contained in:
syuilo
2020-07-24 21:46:03 +09:00
parent 8d049fd498
commit ad251ddf20
115 changed files with 539 additions and 539 deletions

View File

@@ -6,11 +6,11 @@
</x-list>
<button class="_panel _button" ref="loadMore" v-show="more" :disabled="moreFetching" :style="{ cursor: moreFetching ? 'wait' : 'pointer' }">
<template v-if="!moreFetching" v-t="'loadMore'"></template>
<template v-if="!moreFetching">{{ $t('loadMore') }}</template>
<template v-if="moreFetching"><mk-loading inline/></template>
</button>
<p class="empty" v-if="empty" v-t="'noNotifications'"></p>
<p class="empty" v-if="empty">{{ $t('noNotifications') }}</p>
<mk-error v-if="error" @retry="init()"/>
</div>