摘要:
新建store.js // store/index.js import { createStore } from 'vuex'; const store = createStore({ state() { return { count: 0, userInfo: null, name:"hq" }; 閱讀全文
posted @ 2025-04-11 08:23
小小強(qiáng)學(xué)習(xí)網(wǎng)
閱讀(148)
評(píng)論(0)
推薦(0)
摘要:
新建store.js import Vue from 'vue' import Vuex from 'vuex' Vue.use(Vuex) const store = new Vuex.Store({ state: { count: 0, clist:[1,2,3,4,6,6,7,8,9,0], 閱讀全文
posted @ 2025-04-11 08:06
小小強(qiáng)學(xué)習(xí)網(wǎng)
閱讀(99)
評(píng)論(0)
推薦(0)

浙公網(wǎng)安備 33010602011771號(hào)