From 4224bcad9fc54fee945a2fc7eeedea7af702ec14 Mon Sep 17 00:00:00 2001 From: p_craft Date: Sat, 4 Jan 2025 03:00:05 +0900 Subject: [PATCH] =?UTF-8?q?=E5=95=8F=E9=A1=8C=E6=95=B0=E3=82=92=E5=88=9D?= =?UTF-8?q?=E6=9C=9F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Nanimachi100View.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/Nanimachi100View.vue b/src/views/Nanimachi100View.vue index 5e6412c..eed2088 100644 --- a/src/views/Nanimachi100View.vue +++ b/src/views/Nanimachi100View.vue @@ -22,6 +22,7 @@ const toPlaying = () => { } const toCountdown = () => { + nowQuestion.value = 1 scene.value = 'countdown' }