imarc / clockvine-vue

2 stars 2 forks source link

Allow DI for axios instance #3

Open jeffturcotte opened 7 years ago

jeffturcotte commented 7 years ago

For VuexModule.

In some cases, axios may need to be configured to send certain headers or something similar to the server. Ideally, an axios instance could be provided to overload the default one.

khamer commented 2 years ago

There's work for this in the 0.9.2 tag, but the 0.9.2 tag ran into other issues I was unable to resolve and I removed it from NPM until I can fix those issues.