v-idle icon indicating copy to clipboard operation
v-idle copied to clipboard

Not Set Loop but still Executes idles func

Open d-string opened this issue 3 years ago • 0 comments

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"
    />

d-string avatar Aug 20 '21 11:08 d-string