Skip to content

Commit

Permalink
revert: pass key-field prop #732, fix #758
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Oct 18, 2022
1 parent a47fc1f commit fae1cba
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:items="itemsWithSize"
:min-item-size="minItemSize"
:direction="direction"
:key-field="keyField"
key-field="id"
:list-tag="listTag"
:item-tag="itemTag"
v-bind="$attrs"
Expand Down Expand Up @@ -45,8 +45,6 @@ export default {
RecycleScroller,
},
inheritAttrs: false,
provide () {
if (typeof ResizeObserver !== 'undefined') {
this.$_resizeObserver = new ResizeObserver(entries => {
Expand Down Expand Up @@ -78,6 +76,8 @@ export default {
}
},
inheritAttrs: false,
props: {
...props,
Expand Down

0 comments on commit fae1cba

Please sign in to comment.