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

View File

@@ -90,7 +90,8 @@ export default {
icon: 'Icon',
echart: 'Echart',
countTo: 'Count to',
watermark: 'Watermark'
watermark: 'Watermark',
qrcode: 'Qrcode'
},
analysis: {
newUser: 'New user',
@@ -231,5 +232,18 @@ export default {
createdWatermark: 'Created watermark',
clearWatermark: 'Clear watermark',
resetWatermark: 'Reset watermark'
},
qrcodeDemo: {
qrcode: 'Qrcode',
qrcodeDes: 'Secondary packaging based on qrcode',
basicUsage: 'Basic usage',
imgTag: 'Img tag',
style: 'Style config',
click: 'Click event',
asynchronousContent: 'Asynchronous content',
invalid: 'Invalid',
logoConfig: 'Logo config',
logoStyle: 'Logo style',
size: 'size config'
}
}