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

input

<input @keyup.enter="submitFn">

el-input

<el-input @keyup.enter.native="submitFn" />
字符跳动键盘在,探囊取物有何难。