fengyuanchen / vue-countdown

Countdown component for Vue.js.
https://fengyuanchen.github.io/vue-countdown/
MIT License
690 stars 89 forks source link

update not working #73

Closed SERDARPINAR closed 2 years ago

SERDARPINAR commented 3 years ago

hello..

if i use showzero = false .. countdown not update after rebind end-time..
forexample :

show-zero : false.... 59 seconds...58 seconds... set new end date to 2 minutes.. countdown not showing minutes label...

how can i do this ? i hope you undestand me..

fengyuanchen commented 2 years ago

Just re-render the component for restarting by the v-if directive after the countdown ends.