Version
2.5.22
Reproduction link
https://codesandbox.io/embed/quiet-field-pl84l?fontsize=14&hidenavigation=1&theme=dark
Steps to reproduce
1 任意页面,先后执行异步方法,分别赋值和修改事先声明的属性。
2 查看页面模板渲染。
(请查看连接中APP.vue)
What is expected?
双向绑定失效了
What is actually happening?
希望声明的对象能在变化后渲染到页面
<!-- generated by vue-issues. DO NOT REMOVE -->
看一下官网的介绍吧,对象t里面的元素无法监听的
链接