Answers for "How to dispatch from another module vuex"

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 from another module vuex"

Browse Popular Code Answers by Language