FIX: Type mismatches

This commit is contained in:
Robert Kossessa
2024-01-28 14:57:23 +01:00
parent dc26894dbe
commit 03588fb2be
5 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ defineProps({
default: 'MISSING_TITLE',
},
iconComponent: {
type: [String, Object],
type: [String, Object, Function],
default: undefined,
},
showToggle: {