First commit

This commit is contained in:
saplf
2018-09-28 15:21:48 +08:00
parent a8fabb15fd
commit 0a2c4e30de

View File

@@ -8,8 +8,10 @@ import owner from './owner'
Vue.use(Vuex) Vue.use(Vuex)
export default new Vuex.Store({ export default new Vuex.Store({
modules: {
chain, chain,
owner, owner,
market, market,
network, network,
},
}) })