From f53fb359dbf714ef1cfd86fa7cf5c7be566022d1 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Tue, 21 Feb 2023 20:21:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 1 - vite.config.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components.d.ts b/components.d.ts index ac5744e..4e8ab88 100644 --- a/components.d.ts +++ b/components.d.ts @@ -7,7 +7,6 @@ export {} declare module '@vue/runtime-core' { export interface GlobalComponents { - AButton: typeof import('ant-design-vue/es')['Button'] ADivider: typeof import('ant-design-vue/es')['Divider'] ASelect: typeof import('ant-design-vue/es')['Select'] ASelectOption: typeof import('ant-design-vue/es')['SelectOption'] diff --git a/vite.config.ts b/vite.config.ts index 69c9934..558aaa1 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -26,7 +26,7 @@ export default defineConfig({ output: { manualChunks: { antdv: ['ant-design-vue', '@ant-design/icons-vue'], - common: ['lodash', 'axios', 'lz-string', 'chart.js', 'mutate-animate', 'three.js'] + common: ['lodash', 'axios', 'lz-string', 'chart.js', 'mutate-animate', 'three'] } } }