Answers for "how to dispatch a non namespaced dispatch module from another module in view"

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

Code answers related to "how to dispatch a non namespaced dispatch module from another module in view"

Code answers related to "Javascript"

Browse Popular Code Answers by Language