Kelin2025 / vue-timers

Mixin to manage your intervals in Vue.js
MIT License
231 stars 17 forks source link

If using a non-repeating timer, 'isRunning' is not set to false when the timer ticks #32

Open pscs opened 5 years ago

rbanks54 commented 5 years ago

Just got bitten by this myself. For now I just manually stop the timer to force the isRunning flag to false.