VUE 中 使用 iview Form组件 enter键防止页面刷新

Posted smzd

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了VUE 中 使用 iview Form组件 enter键防止页面刷新相关的知识,希望对你有一定的参考价值。

<Form :label-width="100" inline label-position=‘left‘ @keydown.native.enter.prevent ="()=>{}">

  

或者使用官方的
@submit.native.prevent

  

以上是关于VUE 中 使用 iview Form组件 enter键防止页面刷新的主要内容,如果未能解决你的问题,请参考以下文章

vue+iview的form表单校验总结

vue动态生成表单组件vue-generate-form

iview-form内table修改字段效验

怎样让iview的table表格,多选默认全选中

vue-iview form[rules]

iview中Form组件