mirror of
https://github.com/aelve/guide.git
synced 2024-12-26 06:11:33 +03:00
11 lines
110 B
TypeScript
11 lines
110 B
TypeScript
import Vuex from 'vuex'
|
|
|
|
function createStore () {
|
|
return new Vuex.Store({
|
|
})
|
|
}
|
|
|
|
export {
|
|
createStore
|
|
}
|