Skip to content

ImagePreview 图片预览

图片预览

基本用法

API

Attributes

参数说明类型默认值
urlList图片列表string[][]
zIndexz-indexnumber-
infinite是否循环查看booleantrue
hide-on-click-modal点击遮罩层关闭boolean-
close-on-press-escape按 esc 关闭booleantrue
teleported是否插入到 body 上boolean-
zoom-rate缩放倍数number1.2
min-scale最小缩放比例number0.2
max-scale最大缩放比例number7

Events

事件名称说明类型
close关闭时() => void
switch切换时(index: number) => void
rotate旋转时(deg: number) => void