vue-countdown
vue-countdown copied to clipboard
restart the countdown
Im using V1 in my vue2 app but cant see any restart method
@Observer1995 The restart method is introduced only in the v2, therefore, the method is missing in the v1. Hopefully, the devs will add it soon, otherwise, you can contribute by proposing such change in the v1 repo.
@Vitomir2 How I can run restart method in v2. Can you please share some example.