Cómo despachar desde otro módulo vuex

// from the gameboard.js vuex module
dispatch('notification/triggerSelfDismissingNotifcation', {...}, {root:true})
Weary Wasp