2021年5月10日
摘要: var itemLi = document.querySelectorAll("#list li img"); var picImg = document.querySelector("#pic img"); for (var i = 0; i < itemLi.length; i++) { //f 阅读全文
posted @ 2021-05-10 20:56 好大的虫子 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 1、安装插件 npm install vue-piczoom --save 2、复制相关代码即可 <template> <div class="box"> <div class="pic"> <pic-zoom :url="imgurl" :scale="3"></pic-zoom> </div> 阅读全文
posted @ 2021-05-10 14:45 好大的虫子 阅读(272) 评论(0) 推荐(0) 编辑