From 2564f24006491f746b5c333cd4d04643222ea55b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=A4=B4=E4=BA=BA?= <1748438+Mutou6@user.noreply.gitee.com> Date: Mon, 13 Nov 2023 04:00:27 +0000 Subject: [PATCH] update docs/further/front/component.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 木头人 <1748438+Mutou6@user.noreply.gitee.com> --- docs/further/front/component.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/further/front/component.md b/docs/further/front/component.md index 0adfc7f..b551e3f 100644 --- a/docs/further/front/component.md +++ b/docs/further/front/component.md @@ -270,6 +270,8 @@ const codeContent = ref(' ') | v-model | String, Number | 绑定数据 | 是 | | isEcho | Boolean | 是否回显记录已选择用户 | false | | onlyId | Boolean | 是否只返回ID,否则返回全量数据 | true | +| multiple | Boolean | 是否多选 | true | +| text | String | 展示文字 | 选择用户 | ### 组件使用 ```html -- Gitee