-
Notifications
You must be signed in to change notification settings - Fork 598
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
Support vue-class-component #185
Labels
Comments
tangbc
added a commit
that referenced
this issue
Apr 19, 2020
Fixed in |
Does this fix it or just remove the warning? Because the plugin doesn't work at all currently with the class component |
Yes, just add props type, but I don't know about vue-class-component a lot, so I have to learn more, maybe it will take some time. |
I can make a minimal repro if you want. Just let me know 👍 |
It works for me
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe
I'm using vue-class-component but this plugin doesn't seem to work with it.
I always get this error:
Invalid prop: type check failed for prop "dataComponent". Expected Object, got Function
I saw another issue with the same error but I don't think this problem is solved yet.
To Reproduce
Other
The text was updated successfully, but these errors were encountered: