公告板
版本库
filestore
活动
搜索
登录
main
/
airport-media-smart-platform
江西航空项目前端,已搭建好的vue-electron
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
init
Satori
2022-01-10
d5c6b61f7a953f142845e716d7762d3e33922e88
[airport-media-smart-platform.git]
/
src
/
store
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import Vue from 'vue'
import Vuex from 'vuex'
Vue.use(Vuex)
export default new Vuex.Store({
state: {
},
mutations: {
},
actions: {
},
modules: {
}
})