Answers for "how to dispatch an action from one module to the other in vuejs vuex"

4

how to call action from another module vuex

// action from one moduleA to moduleB
dispatch('moduleB/actionName', payload, { root:true })
Posted by: Guest on May-29-2020
0

How to dispatch from another module vuex

// from the gameboard.js vuex module
dispatch('notification/triggerSelfDismissingNotifcation', {...}, {root:true})
Posted by: Guest on April-30-2021

Code answers related to "how to dispatch an action from one module to the other in vuejs vuex"

Code answers related to "Javascript"

Browse Popular Code Answers by Language