提交 71e7d2a7 编写于 作者: lyf's avatar lyf

修改默认样式

上级 cc840089
流水线 #37851 已取消 于阶段
import Vue from 'vue'; import Vue from 'vue';
import Vuex from 'vuex'; import Vuex from 'vuex';
import common from './modules/common'; import common from './modules/common';
import commonsocket from './modules/socket'; import socket from './modules/socket';
import getters from './getters'; import getters from './getters';
import state from './state'; import state from './state';
import mutations from './mutations/index'; import mutations from './mutations/index';
...@@ -9,7 +9,7 @@ import actions from './actions/index'; ...@@ -9,7 +9,7 @@ import actions from './actions/index';
Vue.use(Vuex); Vue.use(Vuex);
console.log('state---', state, common); console.log('state---', state, common);
console.log('socket----', commonsocket); console.log('socket----', socket);
const store = new Vuex.Store({ const store = new Vuex.Store({
state, state,
getters, getters,
...@@ -17,7 +17,7 @@ const store = new Vuex.Store({ ...@@ -17,7 +17,7 @@ const store = new Vuex.Store({
actions, actions,
modules: { modules: {
common, common,
// socket socket
}, },
}); });
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册