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): handle v-memo in template v-for #5291

Merged
merged 2 commits into from Jan 21, 2022

Conversation

edison1105
Copy link
Member

close #5288

@netlify
Copy link

netlify bot commented Jan 19, 2022

✔️ Deploy Preview for vuejs-coverage ready!

🔨 Explore the source changes: 06aba4a

🔍 Inspect the deploy log: https://app.netlify.com/sites/vuejs-coverage/deploys/61ea56743d9f2c00077ca3a0

😎 Browse the preview: https://deploy-preview-5291--vuejs-coverage.netlify.app

@netlify
Copy link

netlify bot commented Jan 19, 2022

✔️ Deploy Preview for vue-next-template-explorer ready!

🔨 Explore the source changes: 06aba4a

🔍 Inspect the deploy log: https://app.netlify.com/sites/vue-next-template-explorer/deploys/61ea56745caa0000071bb839

😎 Browse the preview: https://deploy-preview-5291--vue-next-template-explorer.netlify.app

@netlify
Copy link

netlify bot commented Jan 19, 2022

✔️ Deploy Preview for vue-sfc-playground ready!

🔨 Explore the source changes: 06aba4a

🔍 Inspect the deploy log: https://app.netlify.com/sites/vue-sfc-playground/deploys/61ea5674b28b350007177276

😎 Browse the preview: https://deploy-preview-5291--vue-sfc-playground.netlify.app/

@LinusBorg LinusBorg added 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged. labels Jan 19, 2022
@yyx990803
Copy link
Member

There is already a block handling similar problem for :key so they should be moved together.

@yyx990803 yyx990803 merged commit 9f55e6f into vuejs:main Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refs in v-memo on looped template tag are missing _ctx in transpiled code
3 participants