import { Store } from 'noob-mengyxu'; import state from './state'; import mutations from './mutations'; import actions from './actions'; const getters = new Store.Getters(); export default Store.createStore({ state, getters, mutations, actions, });