I implemented the library on Quasar like this:
<v-idle :event="['mousemove', 'keypress', 'touchstart', 'touchmove', 'click']" :reminders="[575]" @remind="onRemind"
@idle="() => { if ($route.name !== 'standby') $router.push('/standby') }" :loop="true" :wait="5"
:duration="600" />
Event detection works on the idle function, but not on reminders, very often even multiple reminders pop up at the same time.
I don't know if this issue is related to this one: #4
I implemented the library on Quasar like this:
Event detection works on the idle function, but not on reminders, very often even multiple reminders pop up at the same time.
I don't know if this issue is related to this one: #4