fengyuanchen / vue-countdown

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

pause and start timer #95

Open rizalda96 opened 3 months ago

rizalda96 commented 3 months ago

how to pause and start timer ?

fengyuanchen commented 3 months ago

Try to call the internal pause method to pause it.

mediv0 commented 1 week ago

Try to call the internal pause method to pause it.

i think we should expose these function as slot values for better dx

i can work on a RP if that's ok with you ?