vuex. store import { createStore } from "vuex"; const defaultState = { count: 0, }; const store = createStore({ state() { return ...
確定! 回上一頁