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

fix(runtime): Fix logic check verifying props existence for v-model compat warning. #4056

Merged

Conversation

DV8FromTheWorld
Copy link
Contributor

Without this change components that do no define any props can see problems when logging a v-model related @vue/compat warning. This can be see in the AsyncComponentWrapper below.

image

This is the actual error that is generated.

image

@yyx990803 yyx990803 merged commit f3e15f6 into vuejs:master Jul 4, 2021
@DV8FromTheWorld DV8FromTheWorld deleted the fix/v-model-props-check-error branch July 6, 2021 16:18
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 this pull request may close these issues.

2 participants