Add tooltip

This commit is contained in:
kPherox 2019-11-20 19:18:19 +09:00
parent 87940ead8a
commit d2e334daa3
No known key found for this signature in database
GPG key ID: C04751C2BFA2F62D

View file

@ -22,11 +22,13 @@
>
<!-- eslint-disable vue/no-v-html -->
<dt
:title="user.fields[index].name"
class="user-profile-field-name"
@click.prevent="linkClicked"
v-html="field.name"
/>
<dd
:title="user.fields[index].value"
class="user-profile-field-value"
@click.prevent="linkClicked"
v-html="field.value"