From cb25f9c12015c36fa7d620e24f5cc4d1479d742b Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Tue, 8 Oct 2024 19:49:22 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20:hammer:=20=E7=A7=BB=E9=99=A4=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=AF=BC=E5=85=A5=E7=9A=84=E6=97=A0=E7=94=A8=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/components.d.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/types/components.d.ts b/src/types/components.d.ts index 4313ff0e..9184d45b 100644 --- a/src/types/components.d.ts +++ b/src/types/components.d.ts @@ -66,10 +66,7 @@ declare module "vue" { GithubCorner: (typeof import("./../components/GithubCorner/index.vue"))["default"]; Hamburger: (typeof import("./../components/Hamburger/index.vue"))["default"]; IconSelect: (typeof import("./../components/IconSelect/index.vue"))["default"]; - IEpArrowDown: (typeof import("~icons/ep/arrow-down"))["default"]; - IEpArrowUp: (typeof import("~icons/ep/arrow-up"))["default"]; - IEpClose: (typeof import("~icons/ep/close"))["default"]; - IEpDownload: (typeof import("~icons/ep/download"))["default"]; + LangSelect: (typeof import("./../components/LangSelect/index.vue"))["default"]; MenuSearch: (typeof import("./../components/MenuSearch/index.vue"))["default"]; Notice: (typeof import("./../components/Notice/index.vue"))["default"]; @@ -83,8 +80,6 @@ declare module "vue" { PageModal: (typeof import("./../components/CURD/PageModal.vue"))["default"]; PageSearch: (typeof import("./../components/CURD/PageSearch.vue"))["default"]; Pagination: (typeof import("./../components/Pagination/index.vue"))["default"]; - PieChart: (typeof import("./../views/dashboard/components/PieChart.vue"))["default"]; - RadarChart: (typeof import("./../views/dashboard/components/RadarChart.vue"))["default"]; RouterLink: (typeof import("vue-router"))["RouterLink"]; RouterView: (typeof import("vue-router"))["RouterView"]; Settings: (typeof import("./../layout/components/Settings/index.vue"))["default"];