mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
fix(ImagePreview): should reset scale when hide (#6661)
This commit is contained in:
@@ -147,6 +147,7 @@ export default createComponent({
|
||||
{this.images.map((image) => (
|
||||
<ImagePreviewItem
|
||||
src={image}
|
||||
show={this.value}
|
||||
active={this.active}
|
||||
maxZoom={this.maxZoom}
|
||||
minZoom={this.minZoom}
|
||||
|
Reference in New Issue
Block a user