aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkPherox <admin@mail.kr-kp.com>2019-11-20 19:18:19 +0900
committerkPherox <admin@mail.kr-kp.com>2019-11-20 19:26:02 +0900
commitd2e334daa3891d42f77dd10283f0ea2dd23f08bc (patch)
tree625362eef287dfcc9073a799e96a33b23de48946 /src
parent87940ead8a9bedd312f10635462933a02e0ffb1c (diff)
Add tooltip
Diffstat (limited to 'src')
-rw-r--r--src/components/user_profile/user_profile.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index c1337411..20a64409 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -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"