日期控件优化
This commit is contained in:
@@ -21,7 +21,7 @@ export default {
|
|||||||
pickerOptions: {
|
pickerOptions: {
|
||||||
type: DatePickerOptions,
|
type: DatePickerOptions,
|
||||||
default: _ => {
|
default: _ => {
|
||||||
return { shortcuts: calendarShortcuts }
|
return { shortcuts: calendarShortcuts, firstDayOfWeek: 1 }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
size: {
|
size: {
|
||||||
|
|||||||
Reference in New Issue
Block a user