/* * @Author: ch * @Date: 2022-03-22 18:28:52 * @LastEditors: ch * @LastEditTime: 2022-03-24 14:20:14 * @Description: file content */ import Vue from 'vue' import Vuex from 'vuex'; export default new Vuex.Store({ state : { }, mutations:{ }, getters:{ } })