Closed codeclipse closed 4 years ago
When exporting component with @Component decorator from vue-class-component / vue-property-decorator it is not a plain object.
@Component
vue-class-component
vue-property-decorator
[Vue warn]: Invalid prop: type check failed for prop "component". Expected Object, got Function found in ---> <DialogModal> <Root>
Adding Function as allowed type should fix it.
Function
When exporting component with
@Component
decorator fromvue-class-component
/vue-property-decorator
it is not a plain object.Adding
Function
as allowed type should fix it.