From ac6ff789346066ec41ed37b98bd6163ac9d8038d Mon Sep 17 00:00:00 2001 From: Simon C Date: Sat, 6 May 2023 15:54:31 +0200 Subject: [PATCH] feat: Modification du design --- src/components/Question.vue | 11 ++++++++--- src/components/Score.vue | 3 ++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/components/Question.vue b/src/components/Question.vue index 6ae857e..845e29e 100644 --- a/src/components/Question.vue +++ b/src/components/Question.vue @@ -52,8 +52,8 @@ function validatePopup() { ).checked = true; showHidePopup(); } -const h = ref(1); -const d = ref(1); +const h = ref(0); +const d = ref(0);