no message

Former-commit-id: d06238feb58b7d7f067a226fb23075b247e33410
Former-commit-id: 5d9db8c32cbf43417961a2e464935905bb115cc3
Former-commit-id: dedfd3cd781396e42d58700a03a412af39a5bdf1
This commit is contained in:
李杨
2018-01-21 15:44:54 +08:00
parent a2f2e191a2
commit eef129fa2f

View File

@@ -3,12 +3,12 @@
## 参数 ## 参数
| 参数名 | 介绍 | 是否必选 | 值类型 | 可选值 | 默认值 | | 参数名 | 介绍 | 必选 | 值类型 | 可选值 | 默认值 |
| --- | --- | --- | --- | --- | --- | | --- | --- | --- | --- | --- | --- |
| value | 绑定的值,可以使用 v-model | 非必选 | String | | | | value | 绑定的值,可以使用 v-model | 非 | String | | |
| placeholder | 占位符,显示在未选择之前的按钮和输入框中 | 非必选 | String | | 请选择 | | placeholder | 占位符,显示在未选择之前的按钮和输入框中 | 非 | String | | 请选择 |
| placement | 界面探出方向 | 非必选 | String | element Popover 组件 placement 参数 | right | | placement | 界面探出方向 | 非 | String | Popover 组件 placement 参数 | right |
| clearable | 是否允许清空 | 非必选 | Boolean | | true | | clearable | 是否允许清空 | 非 | Boolean | | true |
| userInput | 是否允许用户自由输入 | 非必选 | Boolean | | false | | userInput | 是否允许用户自由输入 | 非 | Boolean | | false |
| autoClose | 是否在选择后自动关闭 | 非必选 | Boolean | | true | | autoClose | 是否在选择后自动关闭 | 非 | Boolean | | true |