Try this
<button @contextmenu.prevent="handleClick"> hold to play</button> function handleclick(){ setTimeout(()=> { plyavideo.value = true }, 1000) }