_scopeId
lost for child components with falsy v-if on root elements
#4774
Labels
_scopeId
lost for child components with falsy v-if on root elements
#4774
Vue.js version
2.2.10
Reproduction Link
http://jsfiddle.net/su5aLp3a/21/
Steps to reproduce
show child
checkboxshow child
checkboxWhat is Expected?
expect parent
_scopeId
and child_scopeId
into root element on child component (in repro code,data-v-00001
anddata-v-00002
)What is actually happening?
lost parent
_scopeId
from root element on child component (in repro code,data-v-00002
only)Related issue
See vuejs/vue-loader#576
The text was updated successfully, but these errors were encountered: