hilongjw / vue-progressbar

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

Work with vue 2.5.9 ? #56

Open rizkiheryandi opened 6 years ago

rizkiheryandi commented 6 years ago

I have implement this awesome package in my vue 2.5.9, no error but nothing happen :/

rizkiheryandi commented 6 years ago

I so suprise, evidently, my progress bar show in left, not on the top, why ?

eruszczak commented 6 years ago
const options = {
  [...]
  location: 'top',
  [...]
}

If you have used options from README's example you have to change location: 'left' to 'top'.