From 3d79eacac418dc6effc8d3cc4386f0de5aa425da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sun, 13 Mar 2022 16:21:34 +0800 Subject: [PATCH] =?UTF-8?q?refactor(login/index.vue):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?v-on=E5=BA=9F=E5=BC=83=E7=9A=84native=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E5=92=8CTypeScipt=E7=B1=BB=E5=9E=8B=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 5b6619eb..fd22dd30 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -38,17 +38,17 @@ @@ -85,7 +85,7 @@ :loading="loading" type="primary" style="width: 100%; margin-bottom: 30px" - @click.native.prevent="handleLogin" + @click.prevent="handleLogin" >{{ $t("login.login") }}