From 13c863d09b518f852fc466e77d16c593ce39dd45 Mon Sep 17 00:00:00 2001 From: Simon C Date: Wed, 21 Feb 2024 15:26:44 +0100 Subject: [PATCH] feat: Update --- src/components/Question.vue | 8 ++++---- src/components/Score.vue | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/Question.vue b/src/components/Question.vue index 75559b9..a02fc87 100644 --- a/src/components/Question.vue +++ b/src/components/Question.vue @@ -52,8 +52,8 @@ function validatePopup() { ).checked = true; showHidePopup(); } -const h = ref(0); -const d = ref(0); +const h = ref(); +const d = ref();