forked from AkkomaGang/akkoma-fe
[Bug fix] Fix user avatars in mention links option (#85)
Reviewed-on: AkkomaGang/pleroma-fe#85 Co-authored-by: eris <femmediscord@gmail.com> Co-committed-by: eris <femmediscord@gmail.com>
This commit is contained in:
parent
7f61beff7a
commit
ff3421c7cb
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@
|
|||
@click.prevent="onClick"
|
||||
>
|
||||
<!-- eslint-disable vue/no-v-html -->
|
||||
<UserAvatar
|
||||
v-if="shouldShowAvatar"
|
||||
class="mention-avatar"
|
||||
:user="user"
|
||||
/>
|
||||
<span class="shortName">@<span
|
||||
class="userName"
|
||||
v-html="userName"
|
||||
|
|
Loading…
Reference in a new issue