very minimalist hashtaglink implementation, also you can middle-click
mentions now.
This commit is contained in:
parent
c3576211cb
commit
39494439d3
6 changed files with 75 additions and 12 deletions
|
@ -17,8 +17,9 @@
|
|||
:style="style"
|
||||
:class="classnames"
|
||||
>
|
||||
<button
|
||||
<a
|
||||
class="short button-unstyled"
|
||||
:href="url"
|
||||
@click.prevent="onClick"
|
||||
>
|
||||
<!-- eslint-disable vue/no-v-html -->
|
||||
|
@ -35,7 +36,7 @@
|
|||
class="you"
|
||||
>{{ $t('status.you') }}</span>
|
||||
<!-- eslint-enable vue/no-v-html -->
|
||||
</button>
|
||||
</a>
|
||||
<span
|
||||
v-if="userName !== userNameFull"
|
||||
class="full popover-default"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue