vue 疑问

1

this.xxx  = 1
this.xxx 1 = 2

// 是多次渲染吗

2 数组,对象,在vue中改变渲染怎么做?
3 对于已经创建的实例,Vue 不允许动态添加根级别的响应式 property。但是,可以使用Vue.set(object, propertyName, value)方法向嵌套对象添加响应式 property

原文地址:https://www.cnblogs.com/Running00/p/13049616.html