0.0.9 • Published 3 years ago

h-image-perview v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Vue 3 + TypeScript + Vite 开发的图片预览

安装

npm i h-image-perview

使用

import { imagePerview } from "h-image-perview";
import "h-image-perview/style.css"

<imagePerview :url="" @download="" @remove="" />

属性:
url         图片地址  string
isDownload: 是否显示下载  boolean  默认true
isDelete:   是否显示删除  boolean  默认true


方法:
download    自定义下载 默认返回图片地址
remove      自定义删除 默认返回图片地址
0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago