I need to handle an long press click on my vuejs3 app, but I have not found any viable way that is not from 3 years ago with critical severity vulnerability
I need something like:
<button @long-click.on="something()" @long-click.off="somethingElse()"> </button>