mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 20:04:09 +00:00
feat(Tabs): fix add scroll event target (#8734)
Co-authored-by: wukang <wukang@yuzhilin.net.cn>
This commit is contained in:
@@ -444,7 +444,7 @@ export default defineComponent({
|
||||
onActivated(setLine);
|
||||
onPopupReopen(setLine);
|
||||
onMountedOrActivated(init);
|
||||
useEventListener('scroll', onScroll, { target: scroller.value });
|
||||
useEventListener('scroll', onScroll, { target: scroller });
|
||||
|
||||
linkChildren({
|
||||
props,
|
||||
|
Reference in New Issue
Block a user