From 971fc3d257e492a09751d6267bd6af125b8fe55d Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Thu, 21 Apr 2022 13:25:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=BB=9F=E4=B8=80=E7=AE=A1=E7=90=86?= =?UTF-8?q?=20*.d.ts=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 16 ++++++++-------- auto-imports.d.ts => src/types/auto-imports.d.ts | 0 components.d.ts => src/types/components.d.ts | 2 +- src/{ => types}/env.d.ts | 0 vite.config.ts | 2 ++ 5 files changed, 11 insertions(+), 9 deletions(-) rename auto-imports.d.ts => src/types/auto-imports.d.ts (100%) rename components.d.ts => src/types/components.d.ts (81%) rename src/{ => types}/env.d.ts (100%) diff --git a/src/App.vue b/src/App.vue index 8994d4ba..084f3112 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,14 +2,14 @@ // This starter template is using Vue 3