摘要: 1. npm install --save html2canvas 2. import html2canvas from "html2canvas" 3. toImage() { html2canvas(this.$refs.imageWrapper).then(canvas => { //imag 阅读全文
posted @ 2020-01-03 09:05 番茄西红柿u 阅读(1678) 评论(0) 推荐(0)