全局声明
import Vuex from 'vuex'
Vue.use(Vuex);
工具函数声明
- mapState
- mapMutations
- mapActions
- mapGetters
怎么访问
this.$store.state.xxx
import Vuex from 'vuex'
Vue.use(Vuex);
this.$store.state.xxx
本文标题:Vue.js 状态管理
本文链接:https://www.haomeiwen.com/subject/pxlxkctx.html
网友评论