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'] } } }