vue-draggable-resizable
vue-draggable-resizable copied to clipboard
Vue3 Component for draggable and resizable elements.
I am using micro frontend for development, Each draggable element contains an entire application, This causes the drag to be very stuck. Is there a way to solve the problem?
Would like to know if it is possible to only show the resize handles if the element is activated externally. As it is now, the handles show if the element...
When you drag, the position of the element is set in pixel, but in a responsive or fluid layout would be nice to work with percentage values.
I think it would be great if we could select the parent based on css-selector instead of just a boolean.
Hello, Still relatively new to js and Vue world, as I try to import this component via ` on html file. In the console it showed: Uncaught TypeError: a.use is...
```html ``` After changing windowStyle the drag is still blocked by the prev windowStyle size. How can I sync the children with the new size? Thank you
If parent resized component has wrong bounds. It need add a parent size watcher to mount handler and call `this.checkParentSize()` like on window resize.
初始W、H希望可以用百分比做单位, 可以暴露函数主动设置宽度,和高度,比如setW方法,setH方法
I have update the component to version 2.2.0. I try to update 'x' and 'y' while using 'parent' and 'scale' but it behaves strange. The following is my test demo...
When you set the size programmatically with the option `:lock-aspect-ratio="true"`, this does not work correctly. Please see an example https://codepen.io/ruslan-latypov/pen/GRJNOmr  How can this be fixed?