v4.0.3 组件 image onVisibleChange事件重复执行 #6938
-
Version Environment Steps to reproduce <a-image
:src="xxxx"
:preview="{
src: xxx,
onVisibleChange: (value, prevVisible): void => {
console.log('value', value)
console.log('preload', prevVisible)
},
}"
/> |
Beta Was this translation helpful? Give feedback.
Answered by
rayadaschn
Sep 12, 2023
Replies: 1 comment
Answer selected by
rayadaschn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
感谢 kovsu,已在 fix(vc-image): remove repeat listener #6945 中解决