import Vue from "vue"; import Vuex from "vuex"; Vue.use(Vuex); const state = { appNumber: 0 }; const store = new Vuex.
確定! 回上一頁