produce error code
This commit is contained in:
parent
2bd9ab9e3c
commit
d0d67fae1d
|
@ -1,5 +1,4 @@
|
||||||
export default () => {
|
export default () => {
|
||||||
var QRCode = require('qrcode')
|
|
||||||
QRCode.toDataURL('some text', { version: 2 }, function (err, url) {
|
QRCode.toDataURL('some text', { version: 2 }, function (err, url) {
|
||||||
console.log(url)
|
console.log(url)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue