From 612f75e06fa8ccb6793de527d16ee3fc01787e8c Mon Sep 17 00:00:00 2001 From: Jonas Rittershofer Date: Wed, 27 May 2020 21:52:35 +0200 Subject: [PATCH] Add Pseudoinput to show on edit Signed-off-by: Jonas Rittershofer --- src/components/Questions/AnswerInput.vue | 52 +++++++++++++++++ src/components/Questions/Question.vue | 10 ++++ src/components/Questions/QuestionLong.vue | 4 +- src/components/Questions/QuestionMultiple.vue | 57 +++++++++++++++++-- src/components/Questions/QuestionShort.vue | 2 +- 5 files changed, 117 insertions(+), 8 deletions(-) diff --git a/src/components/Questions/AnswerInput.vue b/src/components/Questions/AnswerInput.vue index 83f2c1a..d9aacb3 100644 --- a/src/components/Questions/AnswerInput.vue +++ b/src/components/Questions/AnswerInput.vue @@ -1,5 +1,6 @@