Skip to content

Commit 9511b14

Browse files
tibineaguAkryum
authored andcommitted
fix: Do not forward keyField prop from DynamicScroller - closes #132 (#133)
1 parent b5e7845 commit 9511b14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/DynamicScroller.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
ref="scroller"
44
:items="itemsWithHeight"
55
:min-item-height="minItemHeight"
6-
:key-field="simpleArray ? null : keyField"
76
v-bind="$attrs"
87
@resize="onScrollerResize"
98
@visible="onScrollerVisible"

0 commit comments

Comments
 (0)