breaking change(Picker): enable show-toolbar by default

This commit is contained in:
chenjiahan
2020-08-21 00:17:04 +08:00
parent 832dab10cf
commit 8843b7875a
11 changed files with 23 additions and 44 deletions
+1 -5
View File
@@ -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 = {