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 { // 通常