0👍
Turns out it was my mistake. Simple but overlooked. Since the variable chunkServerViewBluePrint
is a list, in the mustations it should have been:
state.chunkServerViewBluePrint.columns[0] = columns
state.chunkServerViewBluePrint.rows[0] = rows
- [Vuejs]-Vue3 / Vuex changing store state doesn't update computed prop
- [Vuejs]-Nuxtjs auth module – token endpoint in auth strategies configuration is never called
Source:stackexchange.com