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
View File
@@ -136,6 +136,7 @@ export default {
### Picker
- 默认开启 show-toolbar 属性
- 移除 change 事件的第一个参数(picker 实例)
- 级联选择下,confirm/change 事件返回的回调参数将包含为完整的选项对象。