Skip to content
On this page

v-resize-observer

binds a ResizeObserver on the DOM element, using a polyfill when not natively supported.

html
<div v-resize-observer="functionToCall"></div>

Released under the MIT License.