<!-- only call `vm.submit()` when the `key` is `Enter` --> <input v-on:keyup.enter="submit()"> <input @keyup.enter="submit()"> vue