摘要: <template> <el-image v-for="(item,index) in imgArr" :key="index" :src="item" :preview-src-list="getPreviewImgList(index,imgArr)" style="width: 100px;h 阅读全文
posted @ 2021-08-27 11:17 小阿飞ZJF 阅读(2084) 评论(0) 推荐(0) 编辑
摘要: 前言 随着版本的更新Element UI新增了新的组件,例如:Image,这是官方文档中有写的 但我的需求并不是展示图片后再点击图片打开大图浏览,需求可能是一个文字,点击后查看大图,但又不想引入其他npm插件,例如这样: 使用方法 通过翻看Image组件源码,发现大图预览是一个小组件el-image 阅读全文
posted @ 2021-08-27 10:07 小阿飞ZJF 阅读(3092) 评论(0) 推荐(0) 编辑