Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component type check error #28

Closed
codeclipse opened this issue Mar 14, 2020 · 0 comments · Fixed by #29
Closed

Component type check error #28

codeclipse opened this issue Mar 14, 2020 · 0 comments · Fixed by #29

Comments

@codeclipse
Copy link
Contributor

When exporting component with @Component decorator from vue-class-component / vue-property-decorator it is not a plain object.

[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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant