vue-circle-progress icon indicating copy to clipboard operation
vue-circle-progress copied to clipboard

A Vue.js component to draw animated circular progress bars

Results 25 vue-circle-progress issues
Sort by recently updated
recently updated
newest added
trafficstars

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:**...

dependencies

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...

![Screenshot 2019-10-15 at 15 25 07](https://user-images.githubusercontent.com/4809004/66840485-09185800-ef60-11e9-8b17-dd104c1efc9e.png)

could you show me how to implement in ssr mode?

question

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...

bug

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...

enhancement

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...

bug

Is there a way to set a color to the inner background of the circle ?

question

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.

bug