[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
@@ -106,6 +106,7 @@ export default {
| title | 菜单项标题 | `String` | 当前选中项文字 | - |
| options | 选项数组 | `Array` | `[]` | - |
| disabled | 是否禁用菜单 | `Boolean` | `false` | - |
| title-class | 标题额外类名 | `String` | - | - |
### DropdownItem Events