From f16b0f0d048cd7fff3d255b610a8add90438839d Mon Sep 17 00:00:00 2001 From: Justin <1532127044@qq.com> Date: Sat, 14 Sep 2024 10:08:12 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9picker=E6=96=87?= =?UTF-8?q?=E6=A1=A3props=E9=80=89=E4=B8=AD=E9=BB=98=E8=AE=A4=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/packages/__VUE/picker/doc.taro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packages/__VUE/picker/doc.taro.md b/src/packages/__VUE/picker/doc.taro.md index 353dd5a916..2cd5858ea8 100644 --- a/src/packages/__VUE/picker/doc.taro.md +++ b/src/packages/__VUE/picker/doc.taro.md @@ -60,7 +60,7 @@ Picker 通常作为用于辅助表单填写,可以搭配 Popup 实现效果。 | 参数 | 说明 | 类型 | 默认值 | | --- | --- | --- | --- | -| v-model:value | 默认选中项 | Array | `[]` | +| v-model | 默认选中项 | Array | `[]` | | columns | 对象数组,配置每一列显示的数据 | PickerOption[] \| PickerOption[][] | - | | field-names`v4.1.4` | 自定义 columns 中的字段 | object | `{ text: 'text', value: 'value', children: 'children', className: 'className' }` | | title | 设置标题 | string | - |