Vue Countdown Versions Save

Countdown component for Vue.js.

v2.1.0

1 year ago
  • Add the restart method.

v2.0.0

2 years ago

Upgrade to Vue 3.

v1.1.5

4 years ago
  • Drop an useless dependency (#45).

v1.1.4

4 years ago
  • Fix an issue of losing time about one second per minute (#43).

v1.1.3

4 years ago
  • Continue counting down only when the current tab is visible (#37).

v1.1.2

5 years ago
  • Add missing properties for the progress event (#34).

v1.1.1

5 years ago
  • Use requestAnimationFrame instead of setTimeout for better performance (#33).

v1.1.0

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