mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -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">
|
||||
<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 a new issue