vue-countdown icon indicating copy to clipboard operation
vue-countdown copied to clipboard

Countdown component for Vue.js.

Results 6 vue-countdown issues
Sort by recently updated
recently updated
newest added

It would be cool to have a restart method that takes the countdown to the initial time.

enhancement

When the countdown is paused, it continues when coming back to the page since it triggers the [handleVisibilityChange](https://github.com/fengyuanchen/vue-countdown/blob/629778d7ab4014035012019891c8277159d63c0f/src/index.ts#L388) callback which continues the countdown under the hood. Is it possible to...

Users migrating vue2 apps to vue3 usually start with this package[^1] if their app is non-trivial. The migration build is usually set with `MODE: 2` for having maximum backwards compatibility,...

Im using V1 in my vue2 app but cant see any restart method