docs: improve classname typing (#7927)

This commit is contained in:
neverland
2021-01-16 19:52:36 +08:00
committed by GitHub
parent 9d152bdf74
commit 8f2b03ec18
26 changed files with 65 additions and 65 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 \| string[] \| object_ | - |
| title-class | Title class | _string \| Array \| object_ | - |
| teleport | Return the mount node for menu | _string \| Element_ | - |
### DropdownItem Events