From b8111b27c7cfdd6cec1ac80b23b100be4ec080cb Mon Sep 17 00:00:00 2001 From: zhongzm Date: Wed, 11 Dec 2024 09:36:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=B8=8A=E7=BD=91=E8=AF=A6=E5=8D=95?= =?UTF-8?q?=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/typings/components.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/typings/components.d.ts b/src/typings/components.d.ts index 0385892..dab1ba4 100644 --- a/src/typings/components.d.ts +++ b/src/typings/components.d.ts @@ -38,6 +38,7 @@ declare module 'vue' { AppProvider: typeof import('./../components/common/app-provider.vue')['default'] ARadio: typeof import('ant-design-vue/es')['Radio'] ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup'] + ARangePicker: typeof import('ant-design-vue/es')['RangePicker'] ARow: typeof import('ant-design-vue/es')['Row'] ASegmented: typeof import('ant-design-vue/es')['Segmented'] ASelect: typeof import('ant-design-vue/es')['Select']