0👍
Yes, if you’re using Vuex, you can place Service components that wrap your Axios calls, which are then called from the vuex store.
So the hierarchy goes Component
-> Store
-> Service Component
-> Axios
- [Vuejs]-Vue instance data not the same as network response, where is the bug?
- [Vuejs]-Stop vue js watch property from watching sub objects
Source:stackexchange.com