From d16ebea63984ea3a09bb8c8e59f2539fea3f8a76 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Mon, 1 Dec 2025 16:56:22 +0800 Subject: [PATCH] fix: #ID9R98 --- packages/effects/plugins/src/vxe-table/init.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/effects/plugins/src/vxe-table/init.ts b/packages/effects/plugins/src/vxe-table/init.ts index 00e9d8abe..0a1e8bab6 100644 --- a/packages/effects/plugins/src/vxe-table/init.ts +++ b/packages/effects/plugins/src/vxe-table/init.ts @@ -24,8 +24,8 @@ import { // VxeOptgroup, // VxeOption, // VxePulldown, - // VxeRadio, - // VxeRadioButton, + VxeRadio, + VxeRadioButton, VxeRadioGroup, VxeSelect, VxeTooltip, @@ -88,8 +88,8 @@ export function initVxeTable() { // VxeUI.component(VxeOption); VxeUI.component(VxePager); // VxeUI.component(VxePulldown); - // VxeUI.component(VxeRadio); - // VxeUI.component(VxeRadioButton); + VxeUI.component(VxeRadio); + VxeUI.component(VxeRadioButton); VxeUI.component(VxeRadioGroup); VxeUI.component(VxeSelect); // VxeUI.component(VxeSwitch);