From 44a7d7afe2e3c61587c8b52620b5d1bc2026ea3a Mon Sep 17 00:00:00 2001 From: "DESKTOP-DDTUS3E\\yaxin" Date: Tue, 5 Nov 2024 15:29:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E8=BE=93=E5=85=A5=E5=AE=8C?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E5=9B=9E=E8=BD=A6=E6=8F=90=E4=BA=A4=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index acd169d..73f514f 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -26,6 +26,7 @@ :type="passwordType" placeholder="请输入密码" clearable + @keyup.enter.native="handleLoginClick" />