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

后端 未结 11 1504
轻奢々
轻奢々 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:02

    You can use this:

    HTML

    
    

    JS

    methods: {
      onSubmitMethod() {
    
      }
    }
    

提交回复
热议问题