From e2696b8d3c53051ddebef1e39924e3ee4e3b2fbb Mon Sep 17 00:00:00 2001 From: XieYongHong <18010623010@163.com> Date: Tue, 10 Jan 2023 17:00:37 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=88=A0=E9=99=A4components.d.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 components.d.ts diff --git a/components.d.ts b/components.d.ts deleted file mode 100644 index 7c068950..00000000 --- a/components.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -// generated by unplugin-vue-components -// We suggest you to commit this file into source control -// Read more: https://github.com/vuejs/core/pull/3399 -import '@vue/runtime-core' - -export {} - -declare module '@vue/runtime-core' { - export interface GlobalComponents { - AButton: typeof import('ant-design-vue/es')['Button'] - APopconfirm: typeof import('ant-design-vue/es')['Popconfirm'] - ATooltip: typeof import('ant-design-vue/es')['Tooltip'] - BadgeStatus: typeof import('./src/components/BadgeStatus/index.vue')['default'] - CardBox: typeof import('./src/components/CardBox/index.vue')['default'] - FormFormBuilder: typeof import('./src/components/Form/FormBuilder.vue')['default'] - GeoComponent: typeof import('./src/components/GeoComponent/index.vue')['default'] - MonacoEditor: typeof import('./src/components/MonacoEditor/index.vue')['default'] - PermissionButton: typeof import('./src/components/PermissionButton/index.vue')['default'] - RouterLink: typeof import('vue-router')['RouterLink'] - RouterView: typeof import('vue-router')['RouterView'] - TitleComponent: typeof import('./src/components/TitleComponent/index.vue')['default'] - ValueItem: typeof import('./src/components/ValueItem/index.vue')['default'] - } -}