Merge branch 'master' into deploy

This commit is contained in:
Zheng Jie
2022-05-18 13:56:25 +08:00

View File

@@ -21,7 +21,7 @@ export default {
pickerOptions: { pickerOptions: {
type: DatePickerOptions, type: DatePickerOptions,
default: _ => { default: _ => {
return { shortcuts: calendarShortcuts } return { shortcuts: calendarShortcuts, firstDayOfWeek: 1 }
} }
}, },
size: { size: {