diff --git a/app.vue b/app.vue index 2b1be09..cc042a5 100644 --- a/app.vue +++ b/app.vue @@ -1,5 +1,22 @@ + + \ No newline at end of file diff --git a/components/MainPoll.vue b/components/MainPoll.vue new file mode 100644 index 0000000..3070dac --- /dev/null +++ b/components/MainPoll.vue @@ -0,0 +1,73 @@ + + + \ No newline at end of file diff --git a/components/QuestionChoice.vue b/components/QuestionChoice.vue index 04025d8..29f7545 100644 --- a/components/QuestionChoice.vue +++ b/components/QuestionChoice.vue @@ -1,14 +1,10 @@ @@ -25,16 +21,27 @@ const { values = ["Très bien", "Bien", "Passable", "Insuffisant", "À rejeter"] \ No newline at end of file diff --git a/components/QuestionResult.vue b/components/QuestionResult.vue new file mode 100644 index 0000000..92d5b1e --- /dev/null +++ b/components/QuestionResult.vue @@ -0,0 +1,81 @@ + + + + + + + \ No newline at end of file diff --git a/eslint.config.mjs b/eslint.config.mjs index 934c3a1..01ada92 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -1,6 +1,14 @@ // @ts-check -import withNuxt from './.nuxt/eslint.config.mjs' +import withNuxt from "./.nuxt/eslint.config.mjs"; -export default withNuxt( - // Your custom configs here -) +export default withNuxt({ + rules: { + "vue/no-irregular-whitespace": [ + "error", + { + skipHTMLTextContents: true, + }, + ], + "no-irregular-whitespace": "off", + }, +}); diff --git a/pages/poll.vue b/pages/poll.vue index 432b046..3ea0cee 100644 --- a/pages/poll.vue +++ b/pages/poll.vue @@ -1,80 +1,23 @@ - - + \ No newline at end of file diff --git a/pages/results.vue b/pages/results.vue new file mode 100644 index 0000000..34eeb01 --- /dev/null +++ b/pages/results.vue @@ -0,0 +1,19 @@ + + +