Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 27f598f

Browse files
committed
fix(bulletin): calendar nav not working on small screens
1 parent a6d7d50 commit 27f598f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/bulletin/BulletinPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="hidden md:block col-span-4 rounded-xl shadow-lg dark:shadow-surface-container-low">
1515
<Calendar
1616
ref="c1"
17-
@update:pages="($event: Event) => onChange($event, 1)"
17+
@did-move="($event: Event) => onChange($event, 1)"
1818
class="custom-calendar w-full"
1919
:masks="{ weekdays: 'WWW' }"
2020
:attributes="attributes"

0 commit comments

Comments
 (0)