vue3生成二维码
执行命令
npm install --save qrcode.vue
页面引入
import QrcodeVue from "qrcode.vue"
注册
components:{QrcodeVue}
html
<qrcode-vue :value="url" :size="imgSize" level="H" />
url是你生成二维码显示的内容
size是二维码的大小
官方链接
https://github.com/scopewu/qrcode.vue/blob/main/README-zh_cn.md
效果

本文来自博客园,作者:小万子呀,转载请注明原文链接:https://www.cnblogs.com/newBugs/p/15662324.html

浙公网安备 33010602011771号