hilongjw / vue-progressbar

A lightweight progress bar for vue
http://hilongjw.github.io/vue-progressbar
MIT License
1.46k stars 162 forks source link

Added autoFinish option #63

Closed Pedrock closed 6 years ago

Pedrock commented 6 years ago

This options allow the progress bar not to finish automatically when it is close to 100%. It's enabled by default in order to keep the current behaviour. When disabled, the progress bar will only go up to 99% on its own.

Pedrock commented 6 years ago

This solves issue #25

rzvdaniel commented 6 years ago

Thank you Pedro, this it is a very nice addition, I hope that it'll be integrated in the master soon. Congrats!

rzvdaniel commented 6 years ago

Congrats to both for pushing this update :). Best!