mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
chore(ImagePreview): remove lazy-load since lazy-render is enabled
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user