We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e387e6 commit 33bf230Copy full SHA for 33bf230
src/core/resolvers/tdesign.ts
@@ -28,6 +28,8 @@ function getSideEffects(importName: string, options: TDesignResolverOptions): Si
28
if (!importStyle) return
29
30
if (fileName === 'config-provider') return
31
+
32
+ if (fileName === 'radio-group' || fileName === 'radio-button') fileName = 'radio'
33
34
if (importStyle === 'less') return `tdesign-${library}/esm/${fileName}/style`
35
0 commit comments