pet/uni_modules/uview-next/libs/config/props/qrcode.js

27 lines
590 B
JavaScript

/*
* @Author : LQ
* @Description :
* @version : 1.0
* @Date : 2021-08-20 16:44:21
* @LastAuthor : LQ
* @lastTime : 2021-08-20 16:44:35
* @FilePath : /u-view2.0/uview-ui/libs/config/props/qrcode.js
*/
export default {
// qrcode组件
qrcode: {
value: '',
options: {},
size: 200,
margin: 0,
fileType: 'png',
start: true,
auto: true,
queue: false,
isQueueLoadImage: false,
loading: undefined,
h5SaveIsDownload: false,
h5DownloadName: 'QRCode'
}
}