Members
types
no
(constant) vMutilClick
- Description:
多次点击指令
- Source:
多次点击指令
Example
<button
v-mutil-click="clickFn"
>
default:2连击
</button>
* <button
data-count="2"
data-delay="500"
v-mutil-click="clickFn"
>
default:2连击
</button>