fix: use unique key for my page query
This commit is contained in:
parent
5fb2d95598
commit
aa1482224c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user