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