[Vuejs]-Vuex: Lifecycle hooks 13 October 2023 by thecoderscamp.com -1 In a mutation just do something like this: state.info = state.info.map(x => ({ ...x, status: '' }) [Vuejs]-Vue custom emit doesnt work in v-for Source:stackexchange.com