I pass a parameter in v-on:input directives. If I don\'t pass it, I can access the event in the method. Is there any way I can still access the event when passi
v-on:input
Depending on what arguments you need to pass, especially for custom event handlers, you can do something like this:
myCallback(arg1, arg2)'>Hello!