diff options
| author | kPherox <admin@mail.kr-kp.com> | 2019-11-20 19:18:19 +0900 |
|---|---|---|
| committer | kPherox <admin@mail.kr-kp.com> | 2019-11-20 19:26:02 +0900 |
| commit | d2e334daa3891d42f77dd10283f0ea2dd23f08bc (patch) | |
| tree | 625362eef287dfcc9073a799e96a33b23de48946 /src/components/user_profile | |
| parent | 87940ead8a9bedd312f10635462933a02e0ffb1c (diff) | |
Add tooltip
Diffstat (limited to 'src/components/user_profile')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 2 |
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" |
