breaking change(Picker): enable show-toolbar by default
This commit is contained in:
@@ -7,15 +7,11 @@ export const sharedProps = {
|
||||
...pickerProps,
|
||||
filter: Function,
|
||||
modelValue: null,
|
||||
showToolbar: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
columnsOrder: Array,
|
||||
formatter: {
|
||||
type: Function,
|
||||
default: (type, value) => value,
|
||||
},
|
||||
columnsOrder: Array,
|
||||
};
|
||||
|
||||
export const TimePickerMixin = {
|
||||
|
||||
Reference in New Issue
Block a user