fix: types error
This commit is contained in:
@@ -25,7 +25,7 @@ const props = defineProps({
|
||||
default: () => []
|
||||
},
|
||||
data: {
|
||||
type: Object as PropType<Recordable>,
|
||||
type: Object as PropType<any>,
|
||||
default: () => ({})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user