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();