This commit is contained in:
jxxghp
2023-07-22 18:05:44 +08:00
parent d286a89e60
commit 674eee2126
2 changed files with 15 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ const calendarOptions: Ref<CalendarOptions> = ref({
interactionPlugin, // needed for dateClick
],
initialView: 'dayGridMonth',
weekends: false,
weekends: true,
headerToolbar: {
left: 'prev',
center: 'title',