Axios-module: progress: false, in post

Created on 13 Jan 2020  路  3Comments  路  Source: nuxt-community/axios-module

Version

v5.9.3

Reproduction link

https://codesandbox.io/s/codesandbox-nuxt-hu20j

Steps to reproduce

When you ran a post command the progress will always be visible.

What is expected ?

{ progress: false } should hide the progress bar.

What is actually happening?

The progress bar is shown every time the request is made.

This bug report is available on Nuxt community (#c319)
bug-report

Most helpful comment

Any update for this?

All 3 comments

Sorry, the problem is the post command not the setInterval function. I have updated the title. It is related to this #258, where get was fixed.

Any update for this?

Try my solution from here https://github.com/nuxt-community/axios-module/issues/258#issuecomment-682388847
It worked for me.
Let me know.

Was this page helpful?
0 / 5 - 0 ratings