yarn add qrcodejs2
import Qrcode from 'qrcodejs2' new Qrcode('容器', { text : `二维码内容`, width : window.screen.width - 24, height : window.screen.width - 24, correctLevel : Qrcode.CorrectLevel.H })
← 高德地图常用操作 常用Jquery插件→