Vue实现input、el-input监听键盘回车事件

input

<input @keyup.enter="submitFn">

el-input

<el-input @keyup.enter.native="submitFn" />
暴雨当头泻,只当屋檐水。