@slideChange等事件在小程序上获取不到参数的bug的解决方案 #25
1783883121
started this conversation in
General
Replies: 1 comment
-
|
有关于事件的使用,3.0版本已做出变更,可参考文档事件监听机制的优化 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
将z-swiper.vue中的253行逻辑块暂时改为


this.$emit(event, ...args);如图:
Beta Was this translation helpful? Give feedback.
All reactions