hilongjw / vue-progressbar

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

DEMO: uses `height`, DOCS: uses `thickness` #87

Open Johnsoct opened 5 years ago

Johnsoct commented 5 years ago

Desc

In the demo, your options use height for the height option, but in the documentation, it uses thickness, which is the correct property to affect the height of the progress bar.

Dev options

Choose thickness as the property name and make the change on the documentation instead of breaking tons of applications.

Notes

Related to #67

Tardigrada777 commented 5 years ago

I noticed it too!