• 2024-08-21VUE主题切换
    Vue.use(Vuex)conststore=newVuex.Store({ state:{ "theme":"theme-red", }, mutations:{ setTheme(state,theme){ state.theme=theme }, }, actions:{ setTheme:({ commit, state },theme)=>{ //获取主题配