import Vuex from "vuex"; // 引入插件import VuexPersistence from "vuex-persist"; Vue.use(Vuex); // 初始化const state = { userName:'admin' }; ...
確定! 回上一頁