fix: use unique key for my page query
This commit is contained in:
parent
96f740477b
commit
423b886b8f
|
@ -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