const store = new Vuex.Store({ state: { age: 18 }, mutations: { incrementAge: function (state) { state.age++ } }, actions: { ohMyAge: ...
確定! 回上一頁