mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-12-01 14:27:33 -07:00
fix: use unique key for my page query
This commit is contained in:
parent
b2af795b6d
commit
264641ff7d
1 changed files with 3 additions and 3 deletions
|
@ -66,10 +66,10 @@
|
||||||
:pagination="myPagesPagination"
|
:pagination="myPagesPagination"
|
||||||
>
|
>
|
||||||
<MkPagePreview
|
<MkPagePreview
|
||||||
v-for="page in items"
|
v-for="mypage in items"
|
||||||
:key="page.id"
|
:key="mypage.id"
|
||||||
class="ckltabjg"
|
class="ckltabjg"
|
||||||
:page="page"
|
:page="mypage"
|
||||||
/>
|
/>
|
||||||
</MkPagination>
|
</MkPagination>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue