breaking change(Area): adjust change event param

This commit is contained in:
chenjiahan
2020-08-21 00:13:27 +08:00
parent 036eb8543c
commit 832dab10cf
4 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ To have a selected valuesimply pass the `code` of target area to `value` prop
| --- | --- | --- |
| confirm | triggers when clicking the confirm button | an array |
| cancel | triggers when clicking the cancel button | - |
| change | Triggered when current option changed | Picker instance, current valuescolumn index |
| change | Triggered when current option changed | current valuescolumn index |
### Slots