Former-commit-id: 9c99fa78c3e9d9453e748436f0145eb22284db16 Former-commit-id: 514ae0d6194941cd08584367b1970c2e610d99d5 Former-commit-id: beaede8116f4791cdf772b2848f849b04e1a6ee9
12 lines
620 B
Markdown
12 lines
620 B
Markdown
# 图标 - 选择器
|
|
|
|
## 参数
|
|
|
|
| 参数名 | 介绍 | 必选 | 值类型 | 可选值 | 默认值 |
|
|
| --- | --- | --- | --- | --- | --- |
|
|
| value | 绑定的值,可以使用 v-model | 非 | String | | |
|
|
| placeholder | 占位符,显示在未选择之前的按钮和输入框中 | 非 | String | | 请选择 |
|
|
| placement | 界面探出方向 | 非 | String | 同 Popover 组件 placement 参数 | right |
|
|
| clearable | 是否允许清空 | 非 | Boolean | | true |
|
|
| userInput | 是否允许用户自由输入 | 非 | Boolean | | false |
|
|
| autoClose | 是否在选择后自动关闭 | 非 | Boolean | | true | |