ktsn / vuex-class

Binding helpers for Vuex and vue-class-component
MIT License
1.73k stars 86 forks source link

请问下,子modules A,如何去调用子modules B 中的mutations #64

Open JustDinging opened 4 years ago

JustDinging commented 4 years ago
palytoxin commented 3 years ago

Two mutations cannot call each other, whether in the same modules or not, use actions

qq1147050160 commented 3 years ago

同步的:commit(模块名/方法名) 异步的:dispatch(模块名/方法名) .如: commit('app/saveDatas')