首页
技术博客
登录
6mi
u
盘
搜
搜 索
技术博客
VUE添加回车事件
VUE添加回车事件
tech
2022-11-29
102
created() { var that= this; document.onkeydown = function (e) { var key = window.event.keyCode; if (key == 13) { that.loginFn(); //触发事件 } }; },
转载请注明原文地址:https://tech.qufami.com/read-7555.html
最新回复
(
0
)