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

@@ -85,7 +85,6 @@ export default {
showImagePreview(position, timer, closeable) {
const instance = ImagePreview({
images,
lazyLoad: true,
swipeDuration: 300,
asyncClose: !!timer,
closeable,