0.0.9 • Published 2 years ago

h-image-perview v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago