We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: