breaking change(Picker): adjust change event param

This commit is contained in:
chenjiahan
2020-08-21 00:12:48 +08:00
parent af7e7fe9df
commit 036eb8543c
5 changed files with 22 additions and 15 deletions

View File

@@ -134,6 +134,7 @@ export default {
};
```
### Picker 参数调整
### Picker
在 Picker 的级联选择下confirm/change 事件返回的回调参数将包含为完整的选项对象。
- 移除 change 事件的第一个参数picker 实例)
- 级联选择下confirm/change 事件返回的回调参数将包含为完整的选项对象。