VUE对象动态添加属性无法双向绑定问题

509 阅读1分钟

可尝试使用vue set方法this.set方法 this.set(this.modelObj, 'name', 'Jerry');