Akryum / Akryum/vue-virtual-scroller
Update your handleResize method to emit the width and height
Offen
enhancement
- Vorherrschende Sprache
- TypeScript
- Sterne
- 10.8k
- Forks
- 973
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
```
handleResize(event) {
this.$emit('resize', event)
if (this.ready) this.updateVisibleItems(false)
},
```
If we replace your handleResize method inside RecycleScroller.vue with the above one it will start emitting the width and height of the root container, kindly do this update as I am also looking to get the sizes of the container as it changes
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.