執行命令
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
效果