摘要: 准备工作 npm install qrcodejs2 --save 使用页面引入 import QRCode from "qrcodejs2"; html代码 <div> <div v-for="(v, index) in printList " :id="'printDiv' + index" : 阅读全文
posted @ 2024-04-17 15:13 QinHaoRan 阅读(106) 评论(0) 推荐(0)