mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 00:03:51 +09:00
Fix #5842 and refactoring
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user