vue-drag-resize
vue-drag-resize copied to clipboard
Vue2 && Vue3 Component for resize and drag elements
# Context (Still learning Vue.js. Newbie question ahead. ☻ ) I have a custom Component. Currently, it does little besides load up some width and height dimensions, along with some...
I'm adding vue-drag-resize components dynamically (v-for). In order to persist the positioning, I need to know which element was just moved or resized. I can't see any data in the...
It would be cool if it was not just to move the object, but also on some steps
For the first time,the div top is accurate,then i change the prop y,top also changed,but the top is Inaccurate
Hi there, I was wondering if it's possible to selectively enable the resize ability. I have a vue-drag-resize as the base level component, and setting preventActiveBehavior to true also seems...
The events only accept argument with position info,and how do i trans a item or index which from 'v-for' to resizestop event
I get this error when trying to use the `dragCancel` prop. `[Vue tip]: Prop "dragcancel" is passed to component , but the declared prop name is "dragCancel". Note that HTML...
Hey, thanks for this package. I wanted to change the sticks size and I did not succeed as your css is loaded before mine. Do you know a way to...
在拖拽组件里放入表单输入input,不能输入,怎么解决呢