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 @@ Search and select options with a keyword.
|
||||
### Attributes
|
||||
| Attribute | Description | Type | Options | Default|
|
||||
|---------- |-------------------- |---------|------------- |-------- |
|
||||
| value / v-model | binding value | boolean / string / number | — | — |
|
||||
| value / v-model | binding value | array | — | — |
|
||||
| options | data of the options | array | — | — |
|
||||
| props | configuration options, see the following table | object | — | — |
|
||||
| value | selected value | array | — | — |
|
||||
| separator | option separator | string | — | / |
|
||||
| popper-class | custom class name for Cascader's dropdown | string | — | — |
|
||||
| placeholder | input placeholder | string | — | Select |
|
||||
|
||||
Reference in New Issue
Block a user