<form class="form form-settings" @submit.prevent="send">
<input type="text" v-model="city" />
</form>
methods: {
send: function () {
}
}
When there is only one single-line text input field in a form, the user agent should accept Enter in that field as a request to submit the form.
@keypress.enter.prevent
.