From 7f88fdcd6c64577f98f922a66bde69ae965fd2f4 Mon Sep 17 00:00:00 2001 From: thilo Date: Sat, 21 Mar 2020 16:19:14 +0100 Subject: [PATCH] implemented questionmair --- public/index.html | 2 +- src/App.vue | 4 ++++ src/components/Question.vue | 21 +++++++++++++++++++++ src/views/Questionnaire.vue | 17 +++++++++++++++++ 4 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 src/components/Question.vue create mode 100644 src/views/Questionnaire.vue diff --git a/public/index.html b/public/index.html index 2f05b89..b64e6d3 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@ - + <%= htmlWebpackPlugin.options.title %> diff --git a/src/App.vue b/src/App.vue index ae3b75e..139b475 100644 --- a/src/App.vue +++ b/src/App.vue @@ -40,6 +40,10 @@ color: #FFFFFF; } + button.alert { + background-color: #E94A47; + } + body { background-color: #FCF7F8; color: #0B2545; diff --git a/src/components/Question.vue b/src/components/Question.vue new file mode 100644 index 0000000..d056ca7 --- /dev/null +++ b/src/components/Question.vue @@ -0,0 +1,21 @@ + + + + + diff --git a/src/views/Questionnaire.vue b/src/views/Questionnaire.vue new file mode 100644 index 0000000..e7257a6 --- /dev/null +++ b/src/views/Questionnaire.vue @@ -0,0 +1,17 @@ + + + + +