feat(DropdownItem): title-class can be array or object type (#7926)

This commit is contained in:
neverland
2021-01-16 19:44:59 +08:00
committed by GitHub
parent f8fb4fa96d
commit 9d152bdf74
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export default createComponent({
disabled: Boolean,
teleport: [String, Object],
modelValue: null,
titleClass: String,
titleClass: null,
options: {
type: Array,
default: () => [],