This commit is contained in:
syuilo 2019-05-21 08:21:26 +09:00
parent 90a674f99b
commit 699a55ea08
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -16,7 +16,7 @@
</p>
</template>
</component>
<button class="more" :class="{ fetching: moreFetching }" v-if="more" @click="fetchMoreNotifications" :disabled="moreFetching">
<button class="more" :class="{ fetching: moreFetching }" v-if="more" @click="fetchMore" :disabled="moreFetching">
<template v-if="moreFetching"><fa icon="spinner" pulse fixed-width/></template>{{ moreFetching ? this.$t('@.loading') : this.$t('@.load-more') }}
</button>
<p class="empty" v-if="empty">{{ $t('empty') }}</p>