Akryum / Akryum/vue-virtual-scroller

Update your handleResize method to emit the width and height

Abierto
#504 0 comentarios 0 reacciones 0 asignados Ver en GitHub
enhancement
Lenguaje dominante
TypeScript
Estrellas
10.8k
Forks
973
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

```
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

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.