一般在搜索的时候给 input 输入框使用,现在这个写法是我在 vue 项目中使用的
普通 input 写法
@keyup.enter="getData"
element 的 input 写法
@keyup.native.enter="getData"