feat: Add Qrcode component and add qrcode demo

This commit is contained in:
陈凯龙
2022-01-27 09:51:03 +08:00
parent d3fbd3a06c
commit 535a31b35e
11 changed files with 583 additions and 38 deletions

9
types/componentType/qrcode.d.ts vendored Normal file
View File

@@ -0,0 +1,9 @@
declare interface QrcodeLogo {
src?: string
logoSize?: number
bgColor?: string
borderSize?: number
crossOrigin?: string
borderRadius?: number
logoRadius?: number
}