action多个参数

可以快速上手的开发文档

#action多个参数

详解关于Vuex的action传入多个参数的问题

问题:已知Vuex中通过actions提交mutations要通过context.commit(mutations,object)的方式来完成然而commi..