Skip to content

Commit 360fab0

Browse files
author
Guillaume Chau
committed
Fix regression
1 parent d7200d1 commit 360fab0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/components/VirtualScroller.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,11 @@ export default {
127127
},
128128
129129
watch: {
130-
heights () {
131-
this.updateVisibleItems(true)
130+
items: {
131+
handler () {
132+
this.updateVisibleItems(true)
133+
},
134+
deep: true,
132135
},
133136
pageMode () {
134137
this.applyPageMode()

0 commit comments

Comments
 (0)