1.添加单个属性: this.$set(this.obj, key, value) 2.添加多个属性: this.obj=Object.assign({}, this.obj, {age: 18, love: '帅哥'})