2019-06-07 2019-06-07 本文已影响0人 编程小王子 import Vue from 'vue' import Vuex from 'vuex' Vue.use(Vuex) // 使用插件 // 导出store实例 export default new Vuex.Store({ state: { }, mutations: { }, actions: { } })