forked from verdnatura/salix-front
add calendar short-weekday-label
This commit is contained in:
parent
4ee8c45fdc
commit
60b146196f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue