import Vuex, { Store } from 'vuex' import Vue from 'vue' Vue.use(Vuex) const store = new Store({ state: { }, mutations: { } }) export default store