chore(ImagePreview): remove lazy-load since lazy-render is enabled

This commit is contained in:
chenjiahan
2020-03-22 15:59:18 +08:00
parent 7ac85868dc
commit e078480420
6 changed files with 0 additions and 9 deletions

View File

@@ -8,7 +8,6 @@ export type ImagePreviewOptions =
maxZoom?: number;
minZoom?: number;
className?: any;
lazyLoad?: boolean;
showIndex?: boolean;
closeable?: boolean;
closeIcon?: string;