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 5e26e3a commit 139e97aCopy full SHA for 139e97a
src/core/resolvers/tdesign.ts
@@ -53,7 +53,7 @@ export function TDesignResolver(options: TDesignResolverOptions = {}): Component
53
}
54
55
56
- if (name.startsWith('TQrcode') || name.startsWith('Qrcode')) {
+ if (name.startsWith('TQrcode')) {
57
return {
58
name: 'QRCode',
59
from: `tdesign-${library}${importFrom}`,
0 commit comments