It will be very useful to make the resize event fire at least one time, right after the element is mounted on the DOM. Maybe adding a modifier like <div v-resize:initial="onResize">. This is already implemented on this library: https://github.com/FranckFreiburger/vue-resize-sensor#initial-boolean
It will be very useful to make the resize event fire at least one time, right after the element is mounted on the DOM. Maybe adding a modifier like
<div v-resize:initial="onResize">
. This is already implemented on this library: https://github.com/FranckFreiburger/vue-resize-sensor#initial-boolean