produce error code

This commit is contained in:
medcl 2020-03-03 00:15:22 +08:00
parent 2bd9ab9e3c
commit d0d67fae1d
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
export default () => {
var QRCode = require('qrcode')
QRCode.toDataURL('some text', { version: 2 }, function (err, url) {
console.log(url)
})