<form @submit.prevent="onSubmit"></form> <script> export default { methods: { onSubmit () { // Do something... } } }; </script>