淘先锋技术网

首页 1 2 3 4 5 6 7

方法:this.$set(item, key, value);

例如:

 let arr = arr.map(val => {
            this.$set(val, 'tag', 'xzjd');
          })