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

Vue2 && Vue3 Component for resize and drag elements

Results 108 vue-drag-resize issues
Sort by recently updated
recently updated
newest added

deactivated event is not triggered on time and children of vuedrag cannot triiger click event

I can't focus and type anything inside input text. It makes sense if element is draggable but it doesn't work with isDraggable false. How to fix this?

Hi. Are there any working samples of dragHandle or dragCancel ? I tried the following but did not work. Please let me know. Draggable Not Draggable When this code runs,...

Hi @kirillmurashov , any plans to make rotate function like in vue-free-transform ? ![image](https://user-images.githubusercontent.com/184276/68096794-70685e80-feb3-11e9-94e5-7d5cc6dd65d0.png)

Link inside VueDragResize not working omn mobile devise (touch): ```

` move(ev) { if (!this.stickDrag && !this.bodyDrag) { return } ev.stopPropagation(); if (this.stickDrag) { this.stickMove(ev); } if (this.bodyDrag) { this.bodyMove(ev) } //These are new pieces of code这里是新增的代码 document.documentElement.removeEventListener('mousemove', this.move); setTimeout(()=>{document.documentElement.addEventListener('mousemove',...

组件中有个,是否设置父级的参数,限制参数的宽和高,但是这个范围是从左上角(0,0)开始的,所以图片如果进行scale缩放的话,无法查看全部,后来直接通过坐标来判断是否超出屏幕,做来一些动画来曲线救国,如果大家解决方法请留言。

场景如下: 1.设置:isActive="true",然后点击其他地方,这个时候,并没有把isActive给设置为false,为了业务需求,那么,当我再次回到这边的时候,拖动却无法响应,一定要点击一次,然后才可以拖动