1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-07-09 21:27:19 +08:00

treat field name as text

This commit is contained in:
Shpuld Shpuldson 2020-08-13 16:29:12 +03:00
parent b9d1ecec44
commit ae4dc3e439

View file

@ -20,13 +20,14 @@
:key="index"
class="user-profile-field"
>
<!-- eslint-disable vue/no-v-html -->
<dt
:title="user.fields_text[index].name"
class="user-profile-field-name"
@click.prevent="linkClicked"
v-html="field.name"
/>
>
{{ field.name }}
</dt>
<!-- eslint-disable vue/no-v-html -->
<dd
:title="user.fields_text[index].value"
class="user-profile-field-value"