If you want to pass parameters to the method:

You need to specify the event. The first argument is the parameter, the last one is the event.

v-on shorthand syntax:

Using prevent modifier

Button type submit causes page to reload:

But not if using prevent:

Once modifier

Disable components when search is clicked

Combining once with event propagation