v-idle
v-idle copied to clipboard
Not Set Loop but still Executes idles func
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"
/>