Vue.js/Vuex

[Vuex] dispatch action from another module vuex

brightlightkim 2022. 5. 20. 08:15
// action from one moduleA to moduleB
dispatch('moduleB/actionName', parameters, { root:true })

//Then it look for the action name and execute the command