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