月关宝盒
1234567891011data: { arr: [1,2,3,4]},methods: { fun: function(){ //改变一个元素 this.$set(this.arr, 2, 'a3') //改变整个数组 应该怎么写 //this.arr = [9,8,7] }}