feat(Cascader): add color option (#8883)

This commit is contained in:
neverland
2021-06-18 09:39:00 +08:00
committed by GitHub
parent 5966689ce3
commit 305d73a087
4 changed files with 20 additions and 3 deletions
+1
View File
@@ -219,6 +219,7 @@ export default {
| ------------------ | ------------------------ | --------------------------- |
| text | Option text | _string_ |
| value | Option value | _string \| number_ |
| color `v3.1.0` | Text color | _string_ |
| children | Cascade children | _Option[]_ |
| className `v3.1.0` | className for the option | _string \| Array \| object_ |