import Vue from 'vue' import Vuex from 'vuex' Vue.use(Vuex) export default new Vuex.Store({ state: { testArr: [] }, mutations: ...
確定! 回上一頁