Closed
Description
Version
2.4.2
Reproduction link
http://jsfiddle.net/yMv7y/3265/
Steps to reproduce
On the JSFiddle, wait for the setTimeout
on L15 to complete after two seconds.
What is expected?
For CustomElA to still be in the DOM.
What is actually happening?
CustomElA is removed from the DOM on re-render. However, it comes back on the third re-render (tested using setInterval
instead of setTimeout
on JSFiddle on L16).
The JSfiddle is using Vue v2.4.0 but I have verified the bug on v2.4.2 locally.