Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commited98de3

Browse files
authored
fix(tdesign): add QRCode component support (#880)
1 parentf5cced5 commited98de3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎src/core/resolvers/tdesign.ts‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ export function TDesignResolver(options: TDesignResolverOptions = {}): Component
5353
}
5454
}
5555

56+
if(name.startsWith('TQrcode')){
57+
return{
58+
name:'QRCode',
59+
from:`tdesign-${library}${importFrom}`,
60+
}
61+
}
62+
5663
if(name.match(/^T[A-Z]/)||pluginList.includes(name)){
5764
constimportName=name.match(/^T[A-Z]/) ?name.slice(1) :name
5865

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp