prevent router-link when clicked on the button inside it: VUEJS prevent router-link when clicked on the button inside it: VUEJS vue.js vue.js

prevent router-link when clicked on the button inside it: VUEJS


You should have a button. I don't see any button text. Add a button text.Then press submit.

<button @click.prevent="somemethod()">SUBMIT</button>