fix code, test ci

This commit is contained in:
medcl 2020-03-03 00:17:51 +08:00
parent d0d67fae1d
commit 030ed84fa2
2 changed files with 1 additions and 7 deletions

View File

@ -21,7 +21,6 @@
},
"dependencies": {
"@material-ui/core": "^4.9.5",
"antd": "^4.0.0",
"qrcode": "^1.4.4"
"antd": "^4.0.0"
}
}

View File

@ -1,8 +1,3 @@
export default () => {
QRCode.toDataURL('some text', { version: 2 }, function (err, url) {
console.log(url)
})
return <div>hello 极限科技</div>;
}