vue-axios
vue-axios copied to clipboard
Multiple axios instances not support?
vue: 3.2.47 vue-axios: 3.5.2 axios: 1.3.4
I think you should edit the types file
I believe that it isn't supported by type, not by the plugin!
I believe that it isn't supported by type, not by the plugin!
Double-wrapped axios returns the type of AxiosInstance, and AxiosStatic inherits from AxiosInstance, so can't your plugin support both types? Or is it okay if I force AxiosInstance to switch to AxiosStatic?
@NoeLiYa I'm not sure. Can you send a PR for that?