摘要:
1、下载插件 npm install html2canvas jspdf 2、utils目录下新建 htmlToPdf.js // 导出页面为PDF格式 import html2Canvas from 'html2canvas' import JsPDF from 'jspdf' export de 阅读全文
摘要:
首先引入两个js文件: FileSaver.js: /* * FileSaver.js * A saveAs() FileSaver implementation. * * By Eli Grey, http://eligrey.com * * License : https://github.co 阅读全文