-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
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
Vue 3 support #49
Comments
+1 Could this be changed in at new version bundle, to support Vue 3 ? |
@LauBeck were you able to make the plugin compatible with Vue 3 or have you maybe found any other good alternatives? |
@MoeNeuron idle-vue just wraps idle-js, you can use idle-js directly in Vue 3 without any issues. |
Upcoming? |
1 similar comment
Upcoming? |
@pratik227 how can this be implemented into Nuxt 3? |
I think you need to create one plugin like idle-vule.js file where you need to register the idle-vue and then add that in nuxt.config.ts.
Something like this Not familiar with Nuxt too much but you can try this. |
First of all.. Thank you for your nice work with handling of idle state.
We've encountered warnings using idle-vue with Vue 3 - regarding new naming conventions in Vue 3. Where the destroyed() functionality is now called unmounted.
Could this be changed in at new version bundle, to support Vue 3 ?
The text was updated successfully, but these errors were encountered: