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

@@ -33,7 +33,6 @@ export default createComponent({
props: {
className: null,
lazyLoad: Boolean,
asyncClose: Boolean,
showIndicators: Boolean,
images: {
@@ -334,7 +333,6 @@ export default createComponent({
src={image}
fit="contain"
class={bem('image')}
lazyLoad={this.lazyLoad}
scopedSlots={imageSlots}
style={index === this.active ? this.imageStyle : null}
nativeOnTouchstart={this.onImageTouchStart}