How to watch mutations in VueJS – Issue
Problem statement could be: How to watch mutations in VueJS [vue 2] How to know if a mutation is commited? How to know if a state data has been changed? Hello folks, so there is one simple way to know if any mutation has been committed across the Vue component. and that is $store.subscribe` function. … Read more