mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
fix: use unique key for my galleries
This commit is contained in:
parent
20366f8305
commit
fa19b64901
1 changed files with 3 additions and 3 deletions
|
@ -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 a new issue