Vuejs - automatic event.preventDefault() Vuejs - automatic event.preventDefault() vue.js vue.js

Vuejs - automatic event.preventDefault()


You can use prevent modifier:

@click.prevent="YourMethod"

You can look event modifier for more information.