feat(Cascader): add className option (#8882)

This commit is contained in:
neverland
2021-06-17 21:11:08 +08:00
committed by GitHub
parent e3341e6c68
commit 5966689ce3
4 changed files with 32 additions and 13 deletions
+6 -5
View File
@@ -215,11 +215,12 @@ export default {
### Data Structure of Option
| Key | Description | Type |
| -------- | ---------------- | ------------------ |
| text | Option text | _string_ |
| value | Option value | _string \| number_ |
| children | Cascade children | _Option[]_ |
| Key | Description | Type |
| ------------------ | ------------------------ | --------------------------- |
| text | Option text | _string_ |
| value | Option value | _string \| number_ |
| children | Cascade children | _Option[]_ |
| className `v3.1.0` | className for the option | _string \| Array \| object_ |
### Events