FIX: Type mismatches
This commit is contained in:
@@ -39,7 +39,7 @@ defineProps({
|
||||
default: 'MISSING_TITLE',
|
||||
},
|
||||
iconComponent: {
|
||||
type: [String, Object],
|
||||
type: [String, Object, Function],
|
||||
default: undefined,
|
||||
},
|
||||
showToggle: {
|
||||
|
||||
Reference in New Issue
Block a user