Der Vorgang besteht darin, auf die Größe zu klicken. Die Daten werden aktualisiert, der Dom jedoch nicht.
用this.$set(this, 'old', new)
用this.$nextTick()去更新dom
this.$nextTick()
vue 有个 nextTick这个api 你看下
数组的修改还可以用 splice: arr.splice(index, 1, newValue);
用this.$set(this, 'old', new)
用
this.$nextTick()
去更新domvue 有个 nextTick这个api 你看下
数组的修改还可以用 splice: arr.splice(index, 1, newValue);