mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
(pronounce) give [target=_blank] to the progressive enhancement link
This commit is contained in:
parent
953731c611
commit
f1d1141ed8
@ -3,6 +3,7 @@
|
|||||||
:class="['mr-2', !pronunciation ? 'disabled' : '']"
|
:class="['mr-2', !pronunciation ? 'disabled' : '']"
|
||||||
dir="ltr"
|
dir="ltr"
|
||||||
:href="pronunciationLink"
|
:href="pronunciationLink"
|
||||||
|
target="_blank"
|
||||||
@click.prevent="pronounce()"
|
@click.prevent="pronounce()"
|
||||||
>
|
>
|
||||||
<Icon v="volume" /><sub v-if="name">{{ name }}</sub>
|
<Icon v="volume" /><sub v-if="name">{{ name }}</sub>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user