Add tooltip
This commit is contained in:
parent
87940ead8a
commit
d2e334daa3
1 changed files with 2 additions and 0 deletions
|
@ -22,11 +22,13 @@
|
||||||
>
|
>
|
||||||
<!-- eslint-disable vue/no-v-html -->
|
<!-- eslint-disable vue/no-v-html -->
|
||||||
<dt
|
<dt
|
||||||
|
:title="user.fields[index].name"
|
||||||
class="user-profile-field-name"
|
class="user-profile-field-name"
|
||||||
@click.prevent="linkClicked"
|
@click.prevent="linkClicked"
|
||||||
v-html="field.name"
|
v-html="field.name"
|
||||||
/>
|
/>
|
||||||
<dd
|
<dd
|
||||||
|
:title="user.fields[index].value"
|
||||||
class="user-profile-field-value"
|
class="user-profile-field-value"
|
||||||
@click.prevent="linkClicked"
|
@click.prevent="linkClicked"
|
||||||
v-html="field.value"
|
v-html="field.value"
|
||||||
|
|
Loading…
Reference in a new issue