Skip to content

Commit f16b0f0

Browse files
author
Justin
committed
docs: 修改picker文档props选中默认项
1 parent 07367de commit f16b0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/__VUE/picker/doc.taro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Picker 通常作为用于辅助表单填写,可以搭配 Popup 实现效果。
6060

6161
| 参数 | 说明 | 类型 | 默认值 |
6262
| --- | --- | --- | --- |
63-
| v-model:value | 默认选中项 | Array | `[]` |
63+
| v-model | 默认选中项 | Array | `[]` |
6464
| columns | 对象数组,配置每一列显示的数据 | PickerOption[] \| PickerOption[][] | - |
6565
| field-names`v4.1.4` | 自定义 columns 中的字段 | object | `{ text: 'text', value: 'value', children: 'children', className: 'className' }` |
6666
| title | 设置标题 | string | - |

0 commit comments

Comments
 (0)