vue 表单阻止默认提交、回车操作

@submit.native.prevent 阻止默认提交,添加在form标签上
@keyup.native.enter 回车操作,添加在input标签上

你可能感兴趣的:(vue 表单阻止默认提交、回车操作)