el-input的keyup事件的使用 2018-11-30 本文已影响0人 见月荒州 使用el-input插件后直接使用keyup 是不生效的: 需要在@keyup事件后加上native,即@keyup.enter.native='(方法)':