Skip to content

Commit 139e97a

Browse files
committed
fix: only resolve TQrcode to QRCode
1 parent 5e26e3a commit 139e97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/resolvers/tdesign.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export function TDesignResolver(options: TDesignResolverOptions = {}): Component
5353
}
5454
}
5555

56-
if (name.startsWith('TQrcode') || name.startsWith('Qrcode')) {
56+
if (name.startsWith('TQrcode')) {
5757
return {
5858
name: 'QRCode',
5959
from: `tdesign-${library}${importFrom}`,

0 commit comments

Comments
 (0)