From 3d7d0a0aee6012fd4f3aff05fa1667b9e579c33f Mon Sep 17 00:00:00 2001 From: my_ong <429426262@qq.com> Date: Sat, 7 Dec 2024 11:24:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E7=94=B3=E8=AF=B7bug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components.d.ts b/src/components.d.ts index 547fa5b..493575d 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -52,6 +52,7 @@ declare module 'vue' { ATag: typeof import('ant-design-vue/es')['Tag'] ATooltip: typeof import('ant-design-vue/es')['Tooltip'] ATransfer: typeof import('ant-design-vue/es')['Transfer'] + ATree: typeof import('ant-design-vue/es')['Tree'] ATypographyLink: typeof import('ant-design-vue/es')['TypographyLink'] ATypographyParagraph: typeof import('ant-design-vue/es')['TypographyParagraph'] ATypographyTitle: typeof import('ant-design-vue/es')['TypographyTitle']