DEV Community

Discussion on: How to call API from Axios in Vuex store. 💾

Collapse
 
ritikpatni profile image
Ritik Patni

Is it not possible to import vue-axios in main.js alone as it is suggested in the docs and then be able to use it in actions because in your current approach you don't need vue-axios and can do with just importing axios