VueJS Doppelklick
<template>
<button @dblclick="yourMethod">
btn
</button>
</template>
Lioruby
<template>
<button @dblclick="yourMethod">
btn
</button>
</template>