vue-draggable-resizable icon indicating copy to clipboard operation
vue-draggable-resizable copied to clipboard

Vue3 Component for draggable and resizable elements.

Results 140 vue-draggable-resizable issues
Sort by recently updated
recently updated
newest added

There is an error when you are dragging an element (element 1) on bottom of another element (element 2) then you right click element 2 while dragging element 1. Element...

Hi, thank you for this component. I encounter an issue that is easily reproducible, and only in touch mode: In this example https://mauricius.github.io/vue-draggable-resizable/?path=/story/how-to--drag-multiple-elements, touch somewhere outside of the items to...

当设置lock-aspect-ratio=true时,如果手动拖拽使组件大小发生变化后,宽度为整数,高度等比例计算后为小数。当高度为小数时,如果通过代码设置高度会无效。

**When used together with** https://dev.to/tuandm/laravel--vuejs--laravue---a-beautiful-dashboard-for-laravel-3h11 **I'm not very experienced, please help me figure it out.** **Error** https://imgur.com/RuSSLAw **package.json** { "name": "vp", "version": "1.0.0", "description": "vp desc", "author": "arhontsl ", "private":...

i has a element inside the container, and i bind a click event on it. when i draging the container, the click event was triggered. i has tried add a...

Hi there, I was looking for complete control over the draggables via the `activated` prop. It looks that it does not work properly when controlled from the outside. See your...

I now have a requirement: I can select several elements as a group and move them as a group, and the elements in the group can also be moved individually....

Hi. I was testing out the component's features from the demo link. Apparently, there is a bug with the parent resize feature. I tried to set the component's size to...