This commit is contained in:
syuilo
2019-02-21 00:30:53 +09:00
parent fa78fe665d
commit 7612ead551
9 changed files with 22 additions and 35 deletions

View File

@ -7,11 +7,7 @@
</div>
</ui-container>
<mk-notes ref="timeline" :make-promise="makePromise" @inited="() => $emit('loaded')">
<template #empty>
<fa :icon="['far', 'comments']"/>{{ $t('empty') }}
</template>
</mk-notes>
<mk-notes ref="timeline" :make-promise="makePromise" @inited="() => $emit('loaded')"/>
</div>
</template>