From e5b3ccc97b52696461e62ae16b621f2186385dee Mon Sep 17 00:00:00 2001 From: ThinaticSystem Date: Fri, 1 Apr 2022 17:06:08 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A8=E3=82=A4=E3=83=97=E3=83=AA=E3=83=AB?= =?UTF-8?q?=E3=83=95=E3=83=BC=E3=83=AB=E3=81=AE=E5=BC=8F=E8=A9=95=E4=BE=A1?= =?UTF-8?q?=E3=82=92=E9=AB=98=E9=80=9F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/client/src/widgets/calendar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/widgets/calendar.vue b/packages/client/src/widgets/calendar.vue index f5cee5355..e0b82bb13 100644 --- a/packages/client/src/widgets/calendar.vue +++ b/packages/client/src/widgets/calendar.vue @@ -76,7 +76,7 @@ const tick = () => { const ny = now.getFullYear(); year.value = ny; - if (nm + 1 === 4 && nd === 1) { // エイプリルフール + if (nd === 1 && nm + 1 === 4) { // エイプリルフール month.value = 3; day.value = 32; } else { // 通常