mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[Doc] fix Picker methods
This commit is contained in:
parent
88d8eb0897
commit
28d380f25a
@ -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 | - | 设置对应列中所有选项 |
|
||||
|
Loading…
x
Reference in New Issue
Block a user