Fix avatar mention links option

This commit is contained in:
eris 2022-07-31 01:12:20 +00:00
parent bebd5575b6
commit 54192564b9

View file

@ -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"