赞
踩
store里面开辟了很多个子模块,如果a模块的actions里想调用b模块里面的mutations,怎么调用?
a模块:
context.commit(‘b模块名/方法名’,‘参数’,{ root:true })
root:true 是有权限访问父级,从父级出发开始查找 b模块名/方法名