feat: improved types #2547

Merged
konrad merged 17 commits from dpschen/frontend:feature/improved-types into main 2022-11-02 16:06:57 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 480aa8813e - Show all commits

View File

@ -133,7 +133,7 @@ const props = defineProps({
* The object with the value, updated every time an entry is selected.
*/
modelValue: {
type: [] as PropType<{[key: string]: any}>,
type: [Object] as PropType<{[key: string]: any}>,
default: null,
},
/**