import {createStore} from 'vuex' export default createStore({ state: { inventory: [] }, getters: {}, mutations: {}, actions: {}, modules: {} })