From 0cd8f6a79a4ccb1655f839bafa3f7c27bc1604c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98chen=2Ehome=E2=80=99?= <1147347984@qq.com> Date: Tue, 9 Aug 2022 20:41:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(login):=20=E5=A2=9E=E5=8A=A0login=E7=9A=84?= =?UTF-8?q?=E8=BD=AE=E6=92=AD=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 38 ++++++++++++++++++++++++++------------ tsconfig.json | 1 - 2 files changed, 26 insertions(+), 13 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 537ddb4..7623e32 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -1,17 +1,31 @@ - + - + diff --git a/tsconfig.json b/tsconfig.json index afcffae..2ec5817 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,6 @@ { "compilerOptions": { "baseUrl": ".", - "incremental": true, // 只编译修改过的文件,这个时候会生成tsconfig.tsbuildinfo,下次编译的时候会进行对比只编译修改过的文件 "target": "ESNext", "useDefineForClassFields": true, "module": "ESNext",