[new feature] DropdownItem: add title-class prop
This commit is contained in:
@@ -13,7 +13,8 @@ export default sfc({
|
||||
value: null,
|
||||
title: String,
|
||||
options: Array,
|
||||
disabled: Boolean
|
||||
disabled: Boolean,
|
||||
titleClass: String
|
||||
},
|
||||
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user