feat(DropdownItem): title-class can be array or object type (#7926)

This commit is contained in:
neverland
2021-01-16 19:44:59 +08:00
committed by GitHub
parent f8fb4fa96d
commit 9d152bdf74
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ Use `active-color` prop to custom active color of the title and options.
| options | Options | _Option[]_ | `[]` |
| disabled | Whether to disable dropdown item | _boolean_ | `false` |
| lazy-render | Whether to lazy render util opened | _boolean_ | `true` |
| title-class | Title class | _string_ | - |
| title-class | Title class | _string \| string[] \| object_ | - |
| teleport | Return the mount node for menu | _string \| Element_ | - |
### DropdownItem Events