diff options
Diffstat (limited to 'src/components/mention_link/mention_link.vue')
| -rw-r--r-- | src/components/mention_link/mention_link.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/mention_link/mention_link.vue b/src/components/mention_link/mention_link.vue index e4d395fa..514b7475 100644 --- a/src/components/mention_link/mention_link.vue +++ b/src/components/mention_link/mention_link.vue @@ -5,8 +5,9 @@ <!-- eslint-disable vue/no-v-html --> <a v-if="!user" - href="url" + :href="url" class="original" + target="_blank" v-html="content" /> <!-- eslint-enable vue/no-v-html --> |
