vue-countdown

Countdown component for Vue.js.

MIT License

Downloads
180.6K
Stars
665
Committers
3

Bot releases are visible (Hide)

vue-countdown - v2.1.0 Latest Release

Published by fengyuanchen about 2 years ago

  • Add the restart method.
vue-countdown - v2.0.0

Published by fengyuanchen over 2 years ago

Upgrade to Vue 3.

vue-countdown - v1.1.5

Published by fengyuanchen over 4 years ago

  • Drop an useless dependency (#45).
vue-countdown - v1.1.4

Published by fengyuanchen almost 5 years ago

  • Fix an issue of losing time about one second per minute (#43).
vue-countdown - v1.1.3

Published by fengyuanchen about 5 years ago

  • Continue counting down only when the current tab is visible (#37).
vue-countdown - v1.1.2

Published by fengyuanchen over 5 years ago

  • Add missing properties for the progress event (#34).
vue-countdown - v1.1.1

Published by fengyuanchen over 5 years ago

  • Use requestAnimationFrame instead of setTimeout for better performance (#33).
vue-countdown - v1.1.0

Published by fengyuanchen almost 6 years ago

  • Add new now option for customizing local time.
  • Pause the countdown when the page is hidden and continue the countdown when the page is visible again.