linger's coding blob
Results
1
issues of
linger's coding blob
组件中的引入方式: import QRCode from 'qrcode' js代码: show() { let qrcode = new QRCode(document.getElementById('pwdBox'), { width: 96, // 设置宽高 height: 96, }) qrcode.makeCode('abcdefghijklmn') }, 报错: _qrcode2.default is not a constructor at...