import Vue from 'vue' import Vuex from 'vuex' import texts from './modules/texts' Vue.use(Vuex) export default new Vuex.Store({ modules: { texts } })