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