import Vuex from 'vuex'; Vue.use(Vuex); new Vue({ el: '#app', router, store, //将store注入根节点 components: {App}, template: '<App/>' }); ...
確定! 回上一頁