Fix #5842 and refactoring

This commit is contained in:
syuilo 2020-02-06 14:23:01 +09:00
parent 781cebf194
commit 1b88a7bc03
21 changed files with 58 additions and 31 deletions

View file

@ -5,7 +5,7 @@
<mk-error v-if="error" @retry="init()"/>
<x-list ref="notes" class="notes" :items="notes" v-slot="{ item: note, i }">
<x-note :note="note" :detail="detail" :key="note.id" :data-index="i"/>
<x-note :note="note" :detail="detail" :key="note.id"/>
</x-list>
<footer v-if="more">