fix: use unique key for my page query

This commit is contained in:
ThatOneCalculator 2023-07-06 12:25:54 -07:00
parent 5fb2d95598
commit aa1482224c
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -66,10 +66,10 @@
:pagination="myPagesPagination"
>
<MkPagePreview
v-for="page in items"
:key="page.id"
v-for="mypage in items"
:key="mypage.id"
class="ckltabjg"
:page="page"
:page="mypage"
/>
</MkPagination>
</div>