mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat(Tabs): fix add scroll event target (#8734)
Co-authored-by: wukang <wukang@yuzhilin.net.cn>
This commit is contained in:
parent
da938f0cc1
commit
92f44ea152
@ -444,7 +444,7 @@ export default defineComponent({
|
|||||||
onActivated(setLine);
|
onActivated(setLine);
|
||||||
onPopupReopen(setLine);
|
onPopupReopen(setLine);
|
||||||
onMountedOrActivated(init);
|
onMountedOrActivated(init);
|
||||||
useEventListener('scroll', onScroll, { target: scroller.value });
|
useEventListener('scroll', onScroll, { target: scroller });
|
||||||
|
|
||||||
linkChildren({
|
linkChildren({
|
||||||
props,
|
props,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user