modify an Array by directly setting an index
// to do kits[i].name = value this.$set(kits[i], 'name', value)