So entsenden Sie von einem anderen Modul Vuex

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