mirror of
https://github.com/youzan/vant.git
synced 2026-05-07 01:01:01 +08:00
[bugfix] ImagePreview: should reset onClose & onChange option (#3960)
This commit is contained in:
@@ -11,6 +11,8 @@ const defaultConfig = {
|
||||
minZoom: 1 / 3,
|
||||
maxZoom: 3,
|
||||
className: '',
|
||||
onClose: null,
|
||||
onChange: null,
|
||||
lazyLoad: false,
|
||||
showIndex: true,
|
||||
asyncClose: false,
|
||||
|
||||
Reference in New Issue
Block a user