You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: