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

![image](https://user-images.githubusercontent.com/11676609/100431214-cf0e0500-30d2-11eb-8663-302d59bfa258.png)

比如setW,和setH方法,可以直接传入值,修改元素的宽度高度,不仅仅只是 通过拖拽修改尺寸

**report:** BUG #### as shown below,i set w/h auto,and parent true,then change slot component's width,drag the component,it's boundary is not right,cuz the vue-draggable-resizable inner width and height not recalculate ```...

[codesandbox](https://codesandbox.io/s/little-snow-jzoz3?file=/src/components/Test.vue) As you can see in the sandbox, lock-aspect-ratio property works as expected. However, I'd like to change width/height programmatically with a different aspect ratio from the original one and...

Why listen for "handleresize" on line 476 instead of move ? `addEvent(document.documentElement, eventsFor.move, this.handleResize)` This listener is removed at line 783 `removeEvent(document.documentElement, eventsFor.move, this.handleResize)`

I am using vuetify. When a select element is written using v-select, the active window selects the select value and the value changes to deactive at the same time. Also,...

How to set his initial position instead of initial coordinates

I want to get the currently active instance when I call a method. Is there a good way?

Hello, I have a request. For make a custom multiple selection of items, i need to capture event of @activated and @deactivated for see if there is ctrlKey with value...