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(compiler-core): the component always uses the NEED_PATCH flag to avoid patch errors #2061

Closed
wants to merge 1 commit into from
Closed

fix(compiler-core): the component always uses the NEED_PATCH flag to avoid patch errors #2061

wants to merge 1 commit into from

Conversation

HcySunYang
Copy link
Member

Fix: #2058

@yyx990803
Copy link
Member

See a096a58 - I think the previous case where v-if + component doesn't generate a block was a bit of an over optimization and removing that condition is easier.

@yyx990803 yyx990803 closed this Sep 14, 2020
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.

v-if on unknown element lead to patch error
2 participants