Incompatible AxiosRequestConfig definition with axios 0.21.0
Glandos opened this issue · 0 comments
Glandos commented
Axios 0.21.0 introduced axios/axios#3237 which change the definition of AxiosRequestConfig
Unfortunately, this conflicts with the version 0.20.0 which is used by vue-axios, and if a project depends on both, this can lead to typing errors.
I downgraded to Axios 0.20.0 as a workaround.