summaryrefslogtreecommitdiffstats
path: root/src/components/Properties/PropertyText.vue
diff options
context:
space:
mode:
authorTomohiro Masubuchi <bucchi79@gmail.com>2020-08-08 14:43:49 +0900
committerTomohiro Masubuchi <bucchi79@gmail.com>2020-08-09 20:21:05 +0900
commit8b8a200c5a277ab0d0547947983af3569f3ad7f2 (patch)
tree2022a31b54106a459b4475f58ec09fcca3146ac5 /src/components/Properties/PropertyText.vue
parent872e74b8ec7a67dd6db597ea4e742c3faa169c93 (diff)
Support "Phonetic first name" and "Phonetic last name"
Signed-off-by: Tomohiro Masubuchi <bucchi79@gmail.com>
Diffstat (limited to 'src/components/Properties/PropertyText.vue')
-rw-r--r--src/components/Properties/PropertyText.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Properties/PropertyText.vue b/src/components/Properties/PropertyText.vue
index 69a7b3c8..8bb254fb 100644
--- a/src/components/Properties/PropertyText.vue
+++ b/src/components/Properties/PropertyText.vue
@@ -21,7 +21,7 @@
-->
<template>
- <div v-if="propModel" :class="`grid-span-${gridLength}`" class="property">
+ <div v-if="propModel" :class="`grid-span-${gridLength} property-${propName}`" class="property">
<!-- title if first element -->
<PropertyTitle v-if="isFirstProperty && propModel.icon"
:icon="propModel.icon"