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

Not Set Loop but still Executes idles func #27

Closed d-strygwyr closed 9 months ago

d-strygwyr commented 3 years ago

IDK why the idle func still execute, but I'm not set props loop

like this

<v-idle
      v-if="isProductList"
      :duration="5"
      :events="['click']"
      @idle="onIdle"
    />
malekim commented 9 months ago

I couldn't replicate it