Prevent form submitting when pressing enter from a text input, using Vue.js

后端 未结 11 1506
轻奢々
轻奢々 2020-12-13 12:16

I am using Vue.js in my app and have a text input within a form

11条回答
  •  天命终不由人
    2020-12-13 13:03

    You can use for disable the submit event:

    
    

    and then when you need to do a form submit use something like this:

    
    

提交回复
热议问题