feat(DropdownItem): title-class can be array or object type (#7926)
This commit is contained in:
@@ -21,7 +21,7 @@ export default createComponent({
|
||||
disabled: Boolean,
|
||||
teleport: [String, Object],
|
||||
modelValue: null,
|
||||
titleClass: String,
|
||||
titleClass: null,
|
||||
options: {
|
||||
type: Array,
|
||||
default: () => [],
|
||||
|
||||
Reference in New Issue
Block a user