fix: use unique key for my galleries
This commit is contained in:
parent
423b886b8f
commit
9e69f104ae
@ -92,9 +92,9 @@
|
||||
>
|
||||
<div class="vfpdbgtk">
|
||||
<MkGalleryPostPreview
|
||||
v-for="post in items"
|
||||
:key="post.id"
|
||||
:post="post"
|
||||
v-for="mypost in items"
|
||||
:key="mypost.id"
|
||||
:post="mypost"
|
||||
class="post"
|
||||
/>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user