From 3172ed8d5f8a1707ddb123710cfe60cb40045d68 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Sat, 31 May 2025 18:20:53 +0200 Subject: [PATCH] first page --- app.vue | 3 +- components/QuestionChoice.vue | 27 ++++++++++++ pages/poll.vue | 80 +++++++++++++++++++++++++++++++++++ 3 files changed, 108 insertions(+), 2 deletions(-) create mode 100644 components/QuestionChoice.vue create mode 100644 pages/poll.vue diff --git a/app.vue b/app.vue index 09f935b..2b1be09 100644 --- a/app.vue +++ b/app.vue @@ -1,6 +1,5 @@ diff --git a/components/QuestionChoice.vue b/components/QuestionChoice.vue new file mode 100644 index 0000000..179ad54 --- /dev/null +++ b/components/QuestionChoice.vue @@ -0,0 +1,27 @@ + + + \ No newline at end of file diff --git a/pages/poll.vue b/pages/poll.vue new file mode 100644 index 0000000..de6b5f2 --- /dev/null +++ b/pages/poll.vue @@ -0,0 +1,80 @@ + + + + + + \ No newline at end of file