mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 00:03:51 +09:00
Refactor
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<mk-error v-if="error" @retry="init()"/>
|
<mk-error v-if="error" @retry="init()"/>
|
||||||
|
|
||||||
<x-list ref="notes" class="notes" :items="notes" v-slot="{ item: note, i }">
|
<x-list ref="notes" class="notes" :items="notes" v-slot="{ item: note }">
|
||||||
<x-note :note="note" :detail="detail" :key="note.id"/>
|
<x-note :note="note" :detail="detail" :key="note.id"/>
|
||||||
</x-list>
|
</x-list>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user