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

Cannot render component within v-for loop inside template tag #9142

Closed
sqal opened this issue Dec 4, 2018 · 1 comment
Closed

Cannot render component within v-for loop inside template tag #9142

sqal opened this issue Dec 4, 2018 · 1 comment

Comments

@sqal
Copy link
Contributor

sqal commented Dec 4, 2018

Version

2.5.18-beta.0

Reproduction link

https://jsfiddle.net/d4hv3seo/ - 2.5.18-beta.0
https://jsfiddle.net/Ly3091vw/ - 2.5.17 no issues

Steps to reproduce

Open 2.5.18 reproduction fiddle and check console log

What is expected?

Should render the template.

What is actually happening?

Does not parse the template correctly when iterating over components inside <template> tag. If you change it to e.g. div then it's fine and renders the template again.

@sqal sqal changed the title Cannot render component within v-for loop in the template tag Cannot render component within v-for loop inside template tag Dec 4, 2018
@sodatea
Copy link
Member

sodatea commented Dec 4, 2018

Regression introduced by this commit: d483a49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants