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