From 536803c3c1b2a6ebc68d0fa89a9e43d7678eabf3 Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Thu, 21 Sep 2023 17:54:08 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=B7=BB=E5=8A=A0=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=97=B6=E9=81=97=E6=BC=8F=E7=9A=84=20type?= =?UTF-8?q?=20=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 4a63465..4523749 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -2,7 +2,7 @@ import { reactive, ref } from "vue" import { useRouter } from "vue-router" import { useUserStore } from "@/store/modules/user" -import { type FormInstance, FormRules } from "element-plus" +import { type FormInstance, type FormRules } from "element-plus" import { User, Lock, Key, Picture, Loading } from "@element-plus/icons-vue" import { getLoginCodeApi } from "@/api/login" import { type LoginRequestData } from "@/api/login/types/login"