wip: refactor(client): migrate paging components to composition api
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
<MkReactionIcon class="reaction" :reaction="item.type" :custom-emojis="item.note.emojis" :no-style="true"/>
|
||||
<MkTime :time="item.createdAt" class="createdAt"/>
|
||||
</div>
|
||||
<MkNote :key="item.id" :note="item.note" @update:note="updated(note, $event)"/>
|
||||
<MkNote :key="item.id" :note="item.note"/>
|
||||
</div>
|
||||
</MkPagination>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user