Open
Description
Version
2.5.16
Reproduction link
https://jsfiddle.net/hL0rrbs9/6/
Steps to reproduce
Run code, and watch.
What is expected?
"Yay Yay ;)" values should not change to "hell naw!" in 3 seconds.
What is actually happening?
"Yay Yay ;)" values are changing in to "hell naw!" in 3 seconds.
Wait 3 seconds. Behavior is not consistent. "component" tag in v-for should not change.
{{comp}}
{{comp}}
yay yay ;)
" }, "comp2": { template: "hell naw!
" } } });setTimeout(function() {
z.comp = "comp2"
}, 3000);
</script>