const actions = { fetchData({ dispatch }) { dispatch('fetchCompany') dispatch('fetchCurrencies') dispatch('fetchProducts') dispatch('fetchCustomers') } } export default { actions }