form阻止提交事件,使用回车键提交 2022-12-12 本文已影响0人 LemonTree7 //增加submit事件,不执行;使用keyup.enter事件 <form @keyup.enter.prevent="search" @submit.prevent> </form>