mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
[new feature] ImagePreview: add lazyLoad prop (#2569)
This commit is contained in:
1
types/image-preview.d.ts
vendored
1
types/image-preview.d.ts
vendored
@@ -5,6 +5,7 @@ export type ImagePreviewOptions = string[] | {
|
||||
images: string[];
|
||||
className?: any;
|
||||
startPosition?: number;
|
||||
lazyLoad?: boolean;
|
||||
showIndex?: boolean;
|
||||
asyncClose?: boolean;
|
||||
showIndicators?: boolean;
|
||||
|
Reference in New Issue
Block a user