hilongjw / vue-progressbar

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

Add: Setting css position in options #65

Closed SuddenDev closed 6 years ago

SuddenDev commented 6 years ago

Hi Hilongjw,

I needed an option to change the css position, so I added an option for this. I added position: fixed as the default to maintain the functionality for others.

Let me know if there's any problem.