# wang-preview **Repository Path**: little_white_path/wang-preview ## Basic Information - **Project Name**: wang-preview - **Description**: Preview plugin for picture service - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-06 - **Last Updated**: 2024-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wang-preview #### 介绍 Preview plugin for picture service #### 软件架构 Vue2.0 #### 安装教程 ### npm/pnpm install wang-preview or yarn add wang-preview #### 使用说明 1. 适用于vue2.0版本 2. main.js中引入 ### import PreviewPlugin from "../packages/wang-preview" Vue.use(PreviewPlugin) 3. 打开预览插件 ### this.$preview.open() eg:this.$preview.open({ url: 'url可以是单张图片,也可以是图片数组', }) 4. 关闭预览插件 ### this.$preview.close() 5. 预览插件参数 ### url: '', // 图片地址,可以是单张图片,也可以是图片数组