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): make v-once work with v-if/else-if/else #2182

Merged
merged 2 commits into from
Oct 5, 2020
Merged

fix(compiler-core): make v-once work with v-if/else-if/else #2182

merged 2 commits into from
Oct 5, 2020

Conversation

HcySunYang
Copy link
Member

Fix: #2035.
This PR only fix the issue of using v-once with v-if/else-if/else, but not for using the v-once inside v-for.

@yyx990803 yyx990803 merged commit 9499871 into vuejs:master Oct 5, 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-once clashes with v-if
2 participants