Wrapper.isEmpty() returns false
even when only child has v-if="false"
#471
Labels
false
even when only child has v-if="false"
#471
Version
1.0.0-beta.12
Reproduction link
https://jsfiddle.net/71nkscL4/10/
Steps to reproduce
<component1><component2 v-if="false" /></component1>
component1
and call itsComponent1Wrapper.isEmpty()
method.What is expected?
Component1Wrapper.isEmpty()
equalstrue
What is actually happening?
Component1Wrapper.isEmpty()
equalsfalse
The text was updated successfully, but these errors were encountered: