-
Notifications
You must be signed in to change notification settings - Fork 345
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
Defining unknown properties as exist properties is wrong #609
Comments
Can you provide a reproduction, from the issue mention it seems it's been using If you can provide an reproduction of using |
Repro case: |
From vuejs/vetur#2505
The
@vue/composition-api
define unknown properties as exist properties.Wrong:
https://user-images.githubusercontent.com/15092120/100864081-cb44fe80-3495-11eb-8fa2-abd0a9e049ea.png
Wanted:
https://user-images.githubusercontent.com/15092120/101005269-16781380-3561-11eb-8ab7-f54982776e84.png
The text was updated successfully, but these errors were encountered: