0👍
✅
How about the following approach?
setItems: function () {
Vue.set(this.items, 0, { 'name': newValue })
}
Example:
https://jsfiddle.net/7mejxybg/3/
Source:stackexchange.com