vue-vuex中使用commit提交mutation来修改state的方法详解 在vuex中,关于修改state的方式,需要commit提交mutation。官方文档中有这么一句话:更改Vuex的 vue-vuex