mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Docs: update cascader docs (#14442)
This commit is contained in:
@@ -1386,10 +1386,9 @@
|
||||
### Attributes
|
||||
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|
||||
|---------- |-------- |---------- |------------- |-------- |
|
||||
| value / v-model | 绑定值 | boolean / string / number | — | — |
|
||||
| value / v-model | 选中项绑定值 | array | — | — |
|
||||
| options | 可选项数据源,键名可通过 `props` 属性配置 | array | — | — |
|
||||
| props | 配置选项,具体见下表 | object | — | — |
|
||||
| value | 选中项绑定值 | array | — | — |
|
||||
| separator | 选项分隔符 | string | — | 斜杠'/' |
|
||||
| popper-class | 自定义浮层类名 | string | — | — |
|
||||
| placeholder | 输入框占位文本 | string | — | 请选择 |
|
||||
|
||||
Reference in New Issue
Block a user