fix: use unique key for my galleries
This commit is contained in:
parent
aa1482224c
commit
e61b229229
|
@ -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