I tried a demonstration using CodeSandBox with disabling Vuex.
https://codesandbox.io/s/flamboyant-browser-cpucn?file=/pages/index.vue
I actually have to call $forceUpdate() in the component, It's weird since we use Vue.set(), maybe we should define the state using Vue.observable ?
I tried a demonstration using CodeSandBox with disabling Vuex.
https://codesandbox.io/s/flamboyant-browser-cpucn?file=/pages/index.vue
I actually have to call
$forceUpdate()in the component, It's weird since we use Vue.set(), maybe we should define the state using Vue.observable ?