01 2020 档案

摘要:css3 属性: pointer-events: none; 阅读全文
posted @ 2020-01-06 11:06 番茄西红柿u 阅读(424) 评论(0) 推荐(0)
摘要: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 阅读(1674) 评论(0) 推荐(0)