David-Desmaisons / Vue.resize

Vue directive to detect resize events with deboucing and throttling capacity.
MIT License
327 stars 36 forks source link

Use ResizeSensor as ctor, fix #4 #5

Closed Itee closed 6 years ago

Itee commented 6 years ago

The exported stuff from 'resizeSensor' is a ctor so use it like it should !

David-Desmaisons commented 6 years ago

Thanks for this

Itee commented 6 years ago

You're welcome !