From 30b9d8f1aab70784499056e71ff4c2f67e753d4a Mon Sep 17 00:00:00 2001 From: landaiqing <3517283258@qq.com> Date: Mon, 21 Oct 2024 19:00:39 +0800 Subject: [PATCH] :rewind: Rollback to #b114996e --- components.d.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/components.d.ts b/components.d.ts index 73874af..69ccead 100644 --- a/components.d.ts +++ b/components.d.ts @@ -7,8 +7,6 @@ export {} /* prettier-ignore */ declare module 'vue' { export interface GlobalComponents { - AAvatar: typeof import('ant-design-vue/es')['Avatar'] - ABadge: typeof import('ant-design-vue/es')['Badge'] AButton: typeof import('ant-design-vue/es')['Button'] ACard: typeof import('ant-design-vue/es')['Card'] ACheckbox: typeof import('ant-design-vue/es')['Checkbox'] @@ -39,7 +37,6 @@ declare module 'vue' { ForgetPage: typeof import('./src/views/Forget/ForgetPage.vue')['default'] GithubOutlined: typeof import('@ant-design/icons-vue')['GithubOutlined'] LandingPage: typeof import('./src/views/Landing/LandingPage.vue')['default'] - LockOutlined: typeof import('@ant-design/icons-vue')['LockOutlined'] LoginFooter: typeof import('./src/views/Login/LoginFooter.vue')['default'] LoginPage: typeof import('./src/views/Login/LoginPage.vue')['default'] MainPage: typeof import('./src/views/Main/MainPage.vue')['default']