记录: 做一个树结构重命名的功能时 点击回车触发事件请求接口重命名时出发了两次,因为两个事件都触发了 解决办法: 回车时直接调用焦点事件,就可以了 @keyup.enter.native="$event.target.blur()"