Skip to content

Commit 42fe03c

Browse files
committed
fix(scroll): use framework scroller handler
1 parent 725015c commit 42fe03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/list/ListScroll.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ const listPaddingBottom = computed(() => listOptions?.value?.paddingBottom ?? 32
224224
:padding-top="listPaddingTop"
225225
:padding-bottom="listPaddingBottom"
226226
:key-field="'key'"
227-
@scroll="onScrollHandler"
227+
:on-scroll="onScrollHandler"
228228
@vue:updated="onUpdatedHandler"
229229
>
230230
<template #default="{ item }">

0 commit comments

Comments
 (0)