[Vuejs]-Add Cancel Button to Form, bypassing Validation in Vue.js

0👍

I have added the following and this worked:

<input type="button" name="cancel" value="Cancel" v-on:click="closeModal" />

J

Leave a comment