From fbeed920c51eef39c7f6d1dff0499cc43eef61eb Mon Sep 17 00:00:00 2001 From: grey-cat-1908 Date: Fri, 20 Sep 2024 18:02:17 +0300 Subject: [PATCH] bug fix && textarea support --- src/components/answers/TextValue.vue | 9 +++++- src/components/edit/QuestionEdit.vue | 10 +++++- src/components/edit/TextPreview.vue | 9 +++++- src/components/forms/TextQuestion.vue | 20 +++++++++++- src/views/Profile.vue | 46 +++++++++++++-------------- src/views/form/Answers.vue | 1 + src/views/form/Edit.vue | 1 + src/views/form/View.vue | 10 ++++-- 8 files changed, 77 insertions(+), 29 deletions(-) diff --git a/src/components/answers/TextValue.vue b/src/components/answers/TextValue.vue index f10cc01..37515ae 100644 --- a/src/components/answers/TextValue.vue +++ b/src/components/answers/TextValue.vue @@ -4,7 +4,10 @@

{{ label }}

{{ description }}

-
+
+