vue2 二維碼生成學習筆記

插件官網https://github.com/xkeshi/vue-qrcode 1、安裝 npm install @xkeshi/vue-qrcode vue 2、在組件中引用 import Qrcode from '@xkeshi/vue-qrcode'; 3、在組件中註冊 components:{        qrcode: Qrcode }, 4、在data中定義一個屬性 5、在方法內,
相關文章
相關標籤/搜索