diff --git a/docs/further/front/component.md b/docs/further/front/component.md index 0adfc7ff3ffa7ce5e4cca7e046d95dd8298c8ee0..b551e3f88de5930408cd478421bdbfff43887830 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