vue-countdown
vue-countdown copied to clipboard
Countdown component for Vue.js.
It would be cool to have a restart method that takes the countdown to the initial time.
Closes #79
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