vue-progressbar
vue-progressbar copied to clipboard
Detect progress
Is there any way to detect if the progress bar is already "start" "in progress" or "running" in the event that something triggers the progress bar start multiple times?
For a quick fix, you can check this.$Progress.$vm.RADON_LOADING_BAR.options.show to see if it's currently showing. This works well enough for waiting for my use case of throttling infinite scroll (so don't fetch if progress bar is showing).