Skip to content

Commit db9ad60

Browse files
committed
fix: bind isVirtualScrollEnabled prop to computed value in ListView.vue
1 parent face82b commit db9ad60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/views/ListView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
:container-height="1100"
158158
:item-height="52.5"
159159
:buffer-size="listBufferSize"
160-
:isVirtualScrollEnabled="true"
160+
:isVirtualScrollEnabled="isVirtualScrollEnabled"
161161
/>
162162

163163
<component

0 commit comments

Comments
 (0)