hilongjw / vue-progressbar

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

πŸš€ refactor: no component require #81

Closed chiaweilee closed 5 years ago

chiaweilee commented 6 years ago
const Component = Vue.extend(vueProgressBar)
document.body.appendChild((new Component().$mount()).$el)

No component require anymore~

<vue-progress-barπŸ‘/>

preview

chiaweilee commented 5 years ago

also merged in @chiaweilee/vue-progressbar