0👍
✅
If you’re only modify what in the currentIndex, try
Vue.set(state.document["atributes"], state.currentIndex, section)
Reference: Vue documentation
Source:stackexchange.com