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
+4 -1
View File
@@ -14,9 +14,12 @@ export const pickerProps = {
title: String,
loading: Boolean,
itemHeight: [Number, String],
showToolbar: Boolean,
cancelButtonText: String,
confirmButtonText: String,
showToolbar: {
type: Boolean,
default: true,
},
allowHtml: {
type: Boolean,
default: true,