Why can t I understand the conversion here when reading the document? can anyone help me explain it ...
vuex const list = { state: { list: [] }, mutations: { update: (state, e) => { for (let i = 0; i < state.list.length; iPP) { state.list[i] = { ...e, ...state.list[i] } for (const ii in e) { ...