I am using Vue.js in my app and have a text input within a form
For those simply looking to prevent a form submitting on enter, but not wanting to trigger any method on the input, you can simply do:
Or on a custom component include the native modifier:
native
Beautifully readable and succinct.