fixed console errors, improved user-selecting, added cyantexting
This commit is contained in:
parent
255f47fe56
commit
f819227bed
4 changed files with 17 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
>
|
||||
<!-- eslint-disable vue/no-v-html -->
|
||||
<FAIcon
|
||||
size="s"
|
||||
size="sm"
|
||||
icon="at"
|
||||
class="at"
|
||||
/><span class="shortName"><span
|
||||
|
@ -44,7 +44,7 @@
|
|||
<!-- eslint-disable vue/no-v-html -->
|
||||
<span
|
||||
class="userNameFull"
|
||||
v-html="userNameFull"
|
||||
v-text="'@' + userNameFull"
|
||||
/>
|
||||
<!-- eslint-enable vue/no-v-html -->
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue