2 Star 0 Fork 0

小君/mi-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
store.js 443 Bytes
一键复制 编辑 原始数据 按行查看 历史
小君 提交于 2021-03-15 16:53 . 初始化有点庆幸。
import Vue from 'vue'
import Vuex from 'vuex'
import state from './store/state'
// import * as actions from './store/actions'
import * as mutations from './store/mutations'
// import * as getters from './store/getters'
import system from './store/modules/system'
import user from './store/modules/user'
Vue.use(Vuex)
export default new Vuex.Store({
modules: {
system,
user,
},
state,
mutations
// actions,
// getters
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Funcion_woqu/mi-client.git
git@gitee.com:Funcion_woqu/mi-client.git
Funcion_woqu
mi-client
mi-client
master

搜索帮助