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): fix the detection of forwarded slots #3353

Merged
merged 1 commit into from
Mar 22, 2021
Merged

fix(compiler-core): fix the detection of forwarded slots #3353

merged 1 commit into from
Mar 22, 2021

Conversation

HcySunYang
Copy link
Member

Fix: #3347

Forwarded slots detection should work with v-if/v-for

@HcySunYang
Copy link
Member Author

I believe the CI failure is not related to this PR...

@HcySunYang HcySunYang added the ❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. label Mar 19, 2021
@yyx990803 yyx990803 merged commit 602b58e into vuejs:master Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. scope: compiler scope: slots
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slot not updating from nested v-for
3 participants