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:
commit
2ee48321fd
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
<span class="avatars">
|
||||
<MkAvatar
|
||||
v-for="user in users"
|
||||
:key="user.id"
|
||||
class="avatar"
|
||||
:user="user"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue