👀 currentAvatarTags

This commit is contained in:
Natsumi
2024-05-14 22:03:56 +12:00
parent e3dcf885fc
commit a18c6f06c4
4 changed files with 91 additions and 21 deletions

View File

@@ -111,6 +111,6 @@ mixin feedTab()
span
span(v-text="scope.row.statusDescription")
template(v-else-if="scope.row.type === 'Avatar'")
avatar-info(:imageurl="scope.row.currentAvatarImageUrl" :userid="scope.row.userId" :hintownerid="scope.row.ownerId" :hintavatarname="scope.row.avatarName")
avatar-info(:imageurl="scope.row.currentAvatarImageUrl" :userid="scope.row.userId" :hintownerid="scope.row.ownerId" :hintavatarname="scope.row.avatarName" :avatartags="scope.row.currentAvatarTags")
template(v-else-if="scope.row.type === 'Bio'")
span(v-text="scope.row.bio")