公告板
版本库
filestore
活动
搜索
登录
main
/
admin-mw
3.5mw前端项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
U 部份css样式压缩打包后失效 因为语法问题 写的不规范 以更正
whychw
2021-01-08
826ecd914e7fa71f2ecbb6915d0dee2e94f62acb
[admin-mw.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: {
}
})