vue項目裏登陸界面實現回車登陸

vue項目裏登陸界面實現回車登陸 全局監聽enter鍵,是把監聽事件綁定到document上,無需獲取焦點之類的 created() { let that = this; document.onkeydown =function(e){ e = window.event || e; if(that.$route.path=='/login'&&(e.code
相關文章
相關標籤/搜索