fix code, test ci
This commit is contained in:
parent
d0d67fae1d
commit
030ed84fa2
|
@ -21,7 +21,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@material-ui/core": "^4.9.5",
|
||||
"antd": "^4.0.0",
|
||||
"qrcode": "^1.4.4"
|
||||
"antd": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
export default () => {
|
||||
QRCode.toDataURL('some text', { version: 2 }, function (err, url) {
|
||||
console.log(url)
|
||||
})
|
||||
|
||||
|
||||
return <div>hello 极限科技</div>;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue