nuxt-community / axios-module

Secure and easy axios integration for Nuxt 2
https://axios.nuxtjs.org
MIT License
1.19k stars 245 forks source link

fix $loading().set(Infinity) issue #424

Closed gaodeng closed 4 years ago

gaodeng commented 4 years ago

if Content-Length field is missing in response header, the value of e.total is 0, which will cause $loading().set(Infinity)

pi0 commented 4 years ago

Thanks