2018-07-03

关于 js 的数组操作

vue 项目中
_this.compList.push(compList)
_this.compList.push[0] = compList
第一种方法会导致数组没有__ob__ : Observer属性,导致不能改变页面渲染

你可能感兴趣的:(2018-07-03)