首先安装依赖npm install html2canvas jspdf --save
封装方法:
// pdfMethod.js
import html2canvas from 'html2canvas&
2019-12-19