摘要: <!-- tsx 简单图表组件 --> <template> <div class="chart" :style="{height:height,width:width}" :id="id"> </div> </template> <script > // 这里可以导入其他文件(比如:组件,工具js 阅读全文
posted @ 2021-12-23 11:28 假装新手 阅读(75) 评论(0) 推荐(0) 编辑
摘要: <!-- tsx --> <template> <div class="package"> <div v-if="inlineButton&&inlineButton.length>0"> <a-button v-for="i,index in inlineButton" :key="index" 阅读全文
posted @ 2021-12-23 11:24 假装新手 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 2021-12-23 写入mixins里面做成公用的 npm install jspdf npm i html2canvas import html2canvas from "html2canvas" import jsPDF from "jspdf" export const download = 阅读全文
posted @ 2021-12-23 11:02 假装新手 阅读(104) 评论(0) 推荐(0) 编辑