import Vue from "vue" import Vuex from "vuex" Vue.use(Vuex) const store ={ state:{}, gettets:{}, mutations:{}, actions:{}, } export default store