# vue-seeImage **Repository Path**: beopeng/vue-seeImage ## Basic Information - **Project Name**: vue-seeImage - **Description**: vue查看图片插件,基于vue2.x,element-ui,通过监听鼠标动作/按钮/拖拽事件实现图片放大缩小旋转以及拖动图片效果 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # plugin-seeImage # ## 此插件依赖vue2.x+ 以及 element-ui 2.3+ ## ## 作者etsVain 邮箱535654314@qq.com ## ## 目录结构介绍 ## ## 使用步骤 ## 1.将插件包下载 2.将seeImage文件夹放到工程里 3.在main中import // import seeImage from './components/plugin/seeImage' 4.Vue.use(seeImage); 4.在需要点击查看的图片上加 @click="$seeImage" // ## 推荐使用yarn 配置好了之后最好再install一下