1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-26 06:11:33 +03:00
guide/front/client/store/index.ts
2018-09-05 23:45:46 +03:00

11 lines
110 B
TypeScript

import Vuex from 'vuex'
function createStore () {
return new Vuex.Store({
})
}
export {
createStore
}