摘要: 1、一般用法 //store/index.js import Vue from 'vue' import Vuex from 'vuex' Vue.use(Vuex) const store = new Vuex.Store({ state: { isWork:true,// 判断是否已经上班打卡了 阅读全文
posted @ 2021-07-13 15:58 seekHelp 阅读(82) 评论(0) 推荐(0)