-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Description
Vue.js version
^2.0.0-beta.5
Reproduction Link
https://jsfiddle.net/chrisvfritz/rpmce1v8/
Steps to reproduce
Have one or more branches of code where the same component is rendered with different children. Subsequent renders of one of the other branches, will not show the new children.
return this.inner1
? h(Outer, () => 'Inner1')
: h(Outer, () => 'Inner2')
Set inner1
to false
What is Expected?
The screen will show "Inner2"
What is actually happening?
The screen continues to show "Inner1"
Metadata
Metadata
Assignees
Labels
No labels