blob: 2b9da8fe161a9b06d88ff79ece5b1960111179ae [file] [log] [blame]
import { createStore } from 'vuex'
export default createStore({
state: {},
mutations: {},
actions: {},
modules: {}
})