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

syncKey missing on the build #53

Closed SergioPujol closed 7 months ago

SergioPujol commented 7 months ago

Hi! I was implementing the plugin into my app, I was very interested on keySync property.

I have been trying to implement it, using version 1.0.2. I feel that the build has not been updated with last updates. I decided to check the node_modules/v-idle/build/index.d.ts and looks like the property is not even there.

I was just using the example of the Readme with syncKey, but I was not able to make it work. Even Vue Devtool Extension does not recognize syncKey as a prop and is assigned to attrs.

malekim commented 7 months ago

@SergioPujol you're right. I pushed a new version with the latest build.