vue-circle-progress
vue-circle-progress copied to clipboard
A Vue.js component to draw animated circular progress bars
https://www.npmjs.com/package/vue2-circle-progress https://www.npmjs.com/package/vue2-circle-progress-new Above two packages point to this same repo. The versioning indicates that the latter is a successor of the first one, but just trying to ask here to...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 1.16.5 to 3.1.11. Release notes *Sourced from [webpack-dev-server's releases](https://github.com/webpack/webpack-dev-server/releases).* > ## v3.1.11 > > ## [3.1.11](https://github.com/webpack/webpack-dev-server/compare/v3.1.10...v3.1.11) (2018-12-21) > > > ### Bug Fixes > > * **bin/options:**...
My project use SSR. I install vue-circle-progress but don`t use component any where. I get error "ReferenceError: window is not defined" It can be fixed easily. Just replace > var...

When using this in new Quasar, nothing renders and dev server throws `[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either...
As far as I can tell, once you call `updateProgress()` on your ref, this thing is off and running and there's no stopping it. Since it's supposed to be a...
I'm getting this error when I'm trying to update color of vue2-circle-progress component on data change by using updateFill() method of this component. But it gives me error. While the...
I suggest that you should use `afterDestroy` instead `beforeDestroy` for removing an element, because when `$route` changes, element disappear before other content do and it looks laggy.