QRCode
一种可以配置的二维码生成组件
默认用法
<nut-qrcode content='http://www.baidu.com'></nut-qrcode>
可配置二维码内容,和配置二维码的高度和宽度
<nut-qrcode QCWidth=150
QCHeight=150
content='http://www.baidu.com'
fontColor='green'
backColor='#fff'>
</nut-qrcode>
Props
参数 | 说明 | 类型 | 默认值 | 可选值 |
---|---|---|---|---|
content | 二维码内容(必填) | String | — | — |
QCWidth | 二维码图片的宽度(单位px) | Number | 100 | — |
QCHeight | 二维码图片的高度(单位px) | Number | 100 | — |
fontColor | 二维码前面的颜色 | Number | 0.5 | — |
backColor | 二维码背景色 | Number | 0.5 | — |