more fixes
This commit is contained in:
parent
1fdfc42159
commit
636dbdaba8
3 changed files with 113 additions and 7 deletions
|
@ -56,7 +56,7 @@
|
|||
@parseReady="setHeadTailLinks"
|
||||
/>
|
||||
<MentionsLine
|
||||
v-if="!hideMentions && lastMentions.length > 0 && firstMentions.length <= 1"
|
||||
v-if="!hideMentions && lastMentions.length > 1 && firstMentions.length <= 1"
|
||||
:mentions="lastMentions"
|
||||
/>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue