vuex 模块化使用

1.在src下创建 store 文件夹   内容有: 2.index.js为总的引用文件  ,  引入 modules文件下各个模块 并暴露出去 在main.js中引入 import store from './store' new Vue({ el: '#app', store, render: h => h(App), mounted() { this.$store.dispatch('set
相关文章
相关标签/搜索