html 导出 pdf
import html2canvas from "html2canvas"
import JSPDF from "jspdf"封装 printPdf.js
// 导出页面为PDF格式
import html2canvas from "html2canvas"
import JSPDF from "jspdf"
export default {
// eslint-disable-next-line
install (Vue, options) {
Vue.prototype.ExportSavePdf = function (...