Kelin2025 / vue-timers

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

Sends timer-stop event when it shouldn't #4

Closed ferk6a closed 6 years ago

ferk6a commented 6 years ago

Every time the clock ticks, it sends a timer-stop event, when it should only send it when it actually stops.

https://github.com/Kelin2025/vue-timers/blob/dfb19a44ca63f36abdc285b5f6103832a43a37fd/mixin.js#L69-L73