vue
zqhs5599
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Vue 公众号商城实现浏览足迹
一、HTML <div class="product-page" v-if="product" @touchstart="touchstart()" @touchmove="touchmove()"> <van-popup v-model="is_history" position="top" class="history-popup" v-if="viewLog.length > 0"> <div class="history-tl">浏览足迹({{a原创 2020-06-12 19:44:48 · 845 阅读 · 0 评论 -
html2canvas截图--将网页转换成图片
一、安装: npm install --s html2canvas 二、在需要的地方导入: import html2canvas from 'html2canvas'; 三、代码部分: js: data() { return { show: false, imgURL: '' }; }, created() { this.imgSRC =...原创 2019-09-23 11:53:08 · 553 阅读 · 0 评论
分享