[new feature] DropdownItem: add title-class prop

This commit is contained in:
陈嘉涵
2019-05-23 10:25:01 +08:00
parent 4c1075020f
commit 14ac581ac6
5 changed files with 9 additions and 2 deletions
+1
View File
@@ -95,6 +95,7 @@ export default {
| title | Item title | `String` | Text of selected option |
| options | Options | `Array` | `[]` |
| disabled | Whether to disable dropdown item | `Boolean` | `false` |
| title-class | Title class | `String` | - |
### DropdownItem Events