mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 16:04:04 +00:00
[Doc] fix Picker methods
This commit is contained in:
@@ -171,4 +171,4 @@ Use ref to get picker instance and call instance methods
|
||||
| getColumnIndex | columnIndex | optionIndex | Get current index of the column |
|
||||
| setColumnIndex | columnIndex, optionIndex | - | Set current index of the column |
|
||||
| getColumnValues | columnIndex | values | Get columns data of the column |
|
||||
| setColumnValue | columnIndex, values | - | Set columns data of the column |
|
||||
| setColumnValues | columnIndex, values | - | Set columns data of the column |
|
||||
|
@@ -176,4 +176,4 @@ Picker 组件的事件会根据 columns 是单列或多列返回不同的参数
|
||||
| getColumnIndex | columnIndex | optionIndex | 获取对应列选中项的索引 |
|
||||
| setColumnIndex | columnIndex, optionIndex | - | 设置对应列选中项的索引 |
|
||||
| getColumnValues | columnIndex | values | 获取对应列中所有选项 |
|
||||
| setColumnValue | columnIndex, values | - | 设置对应列中所有选项 |
|
||||
| setColumnValues | columnIndex, values | - | 设置对应列中所有选项 |
|
||||
|
Reference in New Issue
Block a user