feat(Picker): add confirm method

This commit is contained in:
陈嘉涵
2019-12-29 09:03:27 +08:00
committed by neverland
parent d7ae8c5a26
commit 5eb2a4012a
4 changed files with 10 additions and 5 deletions
+1
View File
@@ -241,3 +241,4 @@ Use [ref](https://vuejs.org/v2/api/#ref) to get Picker instance and call instanc
| setColumnIndex | Set current index of the column | columnIndex, optionIndex | - |
| getColumnValues | Get columns data of the column | columnIndex | values |
| setColumnValues | Set columns data of the column | columnIndex, values | - |
| confirm | Stop scrolling and emit confirm event | - | - |