vue-drag-resize
vue-drag-resize copied to clipboard
Vue2 && Vue3 Component for resize and drag elements
When I add a clickable button, if I drag the button, the button click event will also be triggered when the mouse is released, how can I solve it?
Is any way to snap components to other draggable components or some div ( to parent ) ? Like jQueryUI https://jqueryui.com/draggable/#snap-to Thanks
单独加载js文件,然后 Vue.component('drag-resize', VueDragResize); 《drag-resize :isActive="true"> 《div>test 《/drag-resize> 实际渲染节点 《!--function(e,n,r,i){return Pt(t,e,n,r,i,!0)}-->
Is there any solution for define the initial width of the parent element when style direction is **rtl** (**Hebrew locale**) I have problem. I will try to demonstrate this in...
I would like to set parentLimitation to **true** when dragging and to **false** at dragstop event but it doesn't work. Inital value for parentLimitation is false.
[新建 DOCX 文档.docx](https://github.com/kirillmurashov/vue-drag-resize/files/4992352/DOCX.docx)
Hey, I was playing around with your package. Apperently if you set the parentLimitation to true and shift the parent element with an e.g margin, the vue-drag-resize components limitation is...