Merge branch 'add-key' into 'develop'

fix: add key to v-for in MkNotificationFolded

Co-authored-by: Lhcfl <Lhcfl@outlook.com>

See merge request firefish/firefish!10862
This commit is contained in:
naskya 2024-05-17 19:54:12 +00:00
commit 2ee48321fd

View file

@ -38,6 +38,7 @@
<span class="avatars">
<MkAvatar
v-for="user in users"
:key="user.id"
class="avatar"
:user="user"
/>