The operation is to click on the size, the data is updated, but the dom is not updated.
用this.$set(this, 'old', new)
Use this.$nextTick() to update dom
this.$nextTick()
vue has an api called nextTick. Take a look
You can also use splice to modify the array: arr.splice(index, 1, newValue);
用this.$set(this, 'old', new)
Use
this.$nextTick()
to update domvue has an api called nextTick. Take a look
You can also use splice to modify the array: arr.splice(index, 1, newValue);