David-Desmaisons / Vue.resize

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

Add modifier for onset time #15

Open ux-engineer opened 4 years ago

ux-engineer commented 4 years ago

Currently it seems the resize handler is triggered during initial page render.

It would be handy for being able to give onset time as a modifier for this directive?