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
Let's say I have 3 div elements, first and third div have a v-if directive to toggle their visibility based on the same boolean variable, e.g. "show" in the fiddle example, visible if true, invisible if false. It works correctly when I toggle the "show" to false, first and third divs become invisible. But then when I toggle the "show" to true again, the third div becomes visible, but the first div changed into a copy of the second div.
I have tested it with v2.0.0-beta.3 and v1.0.26. The bug only appears in v2.0.0-beta.3.
The bug appears only if 2 divs have v-if directive bound to the same variable, and there is one div between them which has no v-if directive bound to the same variable.
Sorry if my explanation is confusing. It is kind of difficult to explain this bug. That's why I created the fiddle example.
The text was updated successfully, but these errors were encountered:
Please refer to this fiddle example.
Let's say I have 3 div elements, first and third div have a v-if directive to toggle their visibility based on the same boolean variable, e.g. "show" in the fiddle example, visible if true, invisible if false. It works correctly when I toggle the "show" to false, first and third divs become invisible. But then when I toggle the "show" to true again, the third div becomes visible, but the first div changed into a copy of the second div.
I have tested it with v2.0.0-beta.3 and v1.0.26. The bug only appears in v2.0.0-beta.3.
The bug appears only if 2 divs have v-if directive bound to the same variable, and there is one div between them which has no v-if directive bound to the same variable.
Sorry if my explanation is confusing. It is kind of difficult to explain this bug. That's why I created the fiddle example.
The text was updated successfully, but these errors were encountered: