From ae4dc3e4390c4ba1b632be6aae7cc92480a65918 Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Thu, 13 Aug 2020 16:29:12 +0300 Subject: [PATCH] treat field name as text --- src/components/user_profile/user_profile.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index 361a3b5c..c7c67c0a 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -20,13 +20,14 @@ :key="index" class="user-profile-field" > -
+ > + {{ field.name }} +
+