From 3698c6a87d63e4c6fc55bfe2067794a2cfc460e0 Mon Sep 17 00:00:00 2001 From: Linzm <1015157648@qq.com> Date: Thu, 13 Nov 2025 16:22:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/components.d.ts b/components.d.ts index 34e322a..02da195 100644 --- a/components.d.ts +++ b/components.d.ts @@ -28,8 +28,6 @@ declare module '@vue/runtime-core' { VanIcon: typeof import('vant/es')['Icon'] VanList: typeof import('vant/es')['List'] VanPullRefresh: typeof import('vant/es')['PullRefresh'] - VanRadio: typeof import('vant/es')['Radio'] - VanRadioGroup: typeof import('vant/es')['RadioGroup'] VanStepper: typeof import('vant/es')['Stepper'] VanUploader: typeof import('vant/es')['Uploader'] }