摘要:
1.引入插件 "html2canvas": "^1.0.0-rc.7", "jspdf": "^2.0.0", 2.在src/components/utils/htmlToPdf // 导出页面为PDF格式 import html2Canvas from 'html2canvas' import J 阅读全文
摘要:
效果图 安装依赖 "file-saver": "^2.0.2" "jszip": "^3.5.0", 实现页面代码 <template> <div class="home"> <!-- <button type="button" class="btn btn-primary" v-on:click= 阅读全文
摘要:
封装的组件 <template> <div ref="canvasHW"> <canvas ref="canvasF" @mousedown="mouseDown" @mousemove="mouseMove" @mouseup="mouseUp" > </canvas> <!-- <button 阅读全文