2023年1月4日

摘要: 方法一、 在项目中安装插件vue-print-nb npm install vue-print-nb --save 在main.js中引入 import Print from 'vue-print-nb' //打印 Vue.use(Print) 使用 //点击打印 <el-button v-prin 阅读全文
posted @ 2023-01-04 11:14 一群bug 阅读(359) 评论(0) 推荐(1) 编辑
 
摘要: 1. 1.安装 //先把页面转为图片 npm install --save html2canvas //然后图片转pdf npm install jspdf --save 创建pdf.js import html2canvas from "html2canvas"; import jsPDF fro 阅读全文
posted @ 2023-01-04 11:06 一群bug 阅读(240) 评论(0) 推荐(0) 编辑