feat(Popover): support config action color (#8049)

This commit is contained in:
neverland
2021-01-31 18:36:11 +08:00
committed by GitHub
parent 94b9e3981c
commit d27626ada2
5 changed files with 21 additions and 4 deletions
+1
View File
@@ -221,6 +221,7 @@ export default {
| --------- | ----------------------- | --------------------------- |
| text | Action Text | _string_ |
| icon | Icon | _string_ |
| color | Action Color | _string_ |
| disabled | Whether to be disabled | _boolean_ |
| className | className of the option | _string \| Array \| object_ |