breaking change(Picker): update values param

This commit is contained in:
chenjiahan
2020-08-21 00:07:15 +08:00
parent d42b1b43c3
commit af7e7fe9df
3 changed files with 6 additions and 22 deletions

View File

@@ -133,3 +133,7 @@ export default {
},
};
```
### Picker 参数调整
在 Picker 的级联选择下confirm/change 事件返回的回调参数将包含为完整的选项对象。