Vue 二维码qrcode
QR Code码 Quick Response Code快速响应码
下载
npm install --save qrcode
引入
import QRCode from 'qrcode';
使用
let text='ztyj34thj34hgfds23'
let url = await QRCode.toDataURL(text)
<img src="${url}" />
QR Code码 Quick Response Code快速响应码
下载
npm install --save qrcode
引入
import QRCode from 'qrcode';
使用
let text='ztyj34thj34hgfds23'
let url = await QRCode.toDataURL(text)
<img src="${url}" />