DEV Community

Discussion on: Managing State with Vuex - the Guide I Wish I'd Had

Collapse
 
iamdanielwalter profile image
Daniel Walter

Is it possible to call a getters method to get a particular value from the state, after an action has been carried out. Usually getters are called from computed properties which initially will hold the empty value of the state before a particular action will be carried out which in turn will call a particular mutation.