fix(ImagePreview): scale event param

This commit is contained in:
chenjiahan
2020-06-30 14:56:56 +08:00
committed by neverland
parent 2d89a6ed9a
commit e93bec677e
6 changed files with 32 additions and 20 deletions

View File

@@ -147,6 +147,7 @@ export default createComponent({
{this.images.map((image) => (
<ImagePreviewItem
src={image}
active={this.active}
maxZoom={this.maxZoom}
minZoom={this.minZoom}
onScale={this.emitScale}