vue-resize-sensor icon indicating copy to clipboard operation
vue-resize-sensor copied to clipboard

detect container resizing

Results 5 vue-resize-sensor issues
Sort by recently updated
recently updated
newest added

I've created a simple example in codesandbox showing that the resize event is not triggered in Safari (neither on mobile nor on desktop) https://codesandbox.io/s/admiring-sea-nnbw6?fontsize=14&hidenavigation=1&theme=dark

I keep getting this error when using a different plugin(vue-pdf) that might be making use of this plugin. When I remove vue-pdf I stop getting this error. The error message...

This appears to generate some very large invisible elements via absolute positioning. Unfortunately, this gives no easy way to use HTML5's draggable option. Is this intended? Example: https://jsfiddle.net/FoomFries/typnxbv6/4/

question

Since all this does is add a new type of event, I think it is better suited to be a directive (v-resize for example) instead of a component. That way,...

enhancement