0
0
Fork 0

add calendar short-weekday-label

This commit is contained in:
William Buezas 2024-04-03 13:48:41 -03:00
parent 4ee8c45fdc
commit 60b146196f
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ watch(props.year, (newValue) => {
:selected-dates="calendarEventDates" :selected-dates="calendarEventDates"
no-active-date no-active-date
:weekdays="[1, 2, 3, 4, 5, 6, 0]" :weekdays="[1, 2, 3, 4, 5, 6, 0]"
:disabled-weekdays="[0, 6]" short-weekday-label
:locale="locale" :locale="locale"
:now="today" :now="today"
mini-mode mini-mode