1.现在data如下
data:function(){
return {
aa:false,
bb:'xx'
}
},
2.要添加cc:‘33’,效果如下
cc:‘33’
用this.$set(this.data,'cc',cc)报错,错误信息如下
相关分类