📜  如何从另一个模块 vuex 调度 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:04.103000             🧑  作者: Mango

代码示例1
// from the gameboard.js vuex module
dispatch('notification/triggerSelfDismissingNotifcation', {...}, {root:true})