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
相關文章
相關標籤/搜索