Skip to content

Commit 96fc0bd

Browse files
author
Guillaume Chau
committed
New 'resize' event when the size of the virtual-scroller changes
1 parent bfa35f2 commit 96fc0bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/VirtualScroller.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ export default {
359359
},
360360
361361
handleResize () {
362+
this.$emit('resize')
362363
this._ready && this.updateVisibleItems()
363364
},
364365

0 commit comments

Comments
 (0)