Skip to content
#

countdown-timer

Here are 380 public repositories matching this topic...

geld0r
geld0r commented Jan 28, 2022

I use this component to show a countdown and it works nicely for this (and looks great, too!).

In my usecase the "deadline" can be updated though. I think currently this doesn't work correctly, as the counter doesn't reflect the updated deadline. I use the following to force Vue to rerender the component when the property changes:

<Countdown :key="myDeadline"/>

This works, but doesn't r

help wanted good first issue

Improve this page

Add a description, image, and links to the countdown-timer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the countdown-timer topic, visit your repo's landing page and select "manage topics."

Learn more