Docs: update cascader docs (#14442)

This commit is contained in:
潘何增
2019-03-21 18:55:21 +08:00
committed by iamkun
parent be187a99cc
commit cd567ecb68
4 changed files with 4 additions and 8 deletions

View File

@@ -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 |