fix: use unique key for my page query

This commit is contained in:
ThatOneCalculator 2023-07-06 12:25:54 -07:00
parent 96f740477b
commit 423b886b8f
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 3 additions and 3 deletions

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>