malekim / v-idle

A Vue.js plugin to detect idle/non-active users
https://malekim.github.io/v-idle/
MIT License
70 stars 8 forks source link

3.0 doesn't have Vue.extend anymore. #18

Closed HamptonNorth closed 7 months ago

HamptonNorth commented 3 years ago

Get error Uncaught TypeError: Vue.extend is not a function at v-idle.js:6

I'm presuming this is a "Doesn't work with Vue3" issue. Is that the case?

If so, are there any plans to upgrade the code?

Many thanks

malekim commented 3 years ago

It's not vue3 ready. Currently I'm working on the vue3 version, it will be released on the next branch.

HamptonNorth commented 3 years ago

Thanks for reply. Out of interest have you looked at IdleDetector api for Chrome?

Rob

On Tue, 11 May 2021 at 12:05, Lukasz Malek @.***> wrote:

It's not vue3 ready. Currently I'm working on the vue3 version, it will be released on the next branch.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/malekim/v-idle/issues/18#issuecomment-838279660, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMS65ZMUPTM27AHZCOUDULTNEFQ5ANCNFSM44RYLGQQ .

malekim commented 3 years ago

I didn't yet, but looks promising!

MoeBensu commented 3 years ago

@malekim first of all, thanks for the work your pulling off here. I wanna ask, if you could give an update about the progress status of including vue 3 support?

malekim commented 7 months ago

@MoeNeuron Added vue3 support