// 调用vuex actoin
store.dispatch("getsdecimallength");
// 获取vuex state
// var c = store.state.count
// 调用vuex mutations
// store.commit('sum',obj)
// 调用vuex getters
// store.getters.upMyinfo(obj)
在mai.js中调用vuex
最新推荐文章于 2023-08-16 12:50:30 发布