vue-drag-resize
vue-drag-resize copied to clipboard
Vue2 && Vue3 Component for resize and drag elements
This is a request to add support for support for 'percentage width & height' and 'positioning' values such as 'top, left in percentages' Thank you
I came across a bug that occurs if you have nested vue-drag-resize components. **What Happens** The child vue-drag-resize will not show it's resize handles. **Why** The bug is caused by...
我在添加一个可点击的按钮时,如果拖动这个按钮 ,鼠标松开的时候也会触发按钮的点击事件,这该如何解决呢
What this means? I can not resolved this error message: vue.runtime.esm.js?2b0e:619 [Vue warn]: Invalid prop: custom validator check failed for prop "h". found in ---> at src/components/vue-drag-resize.vue
It would be nice if there were a way to make separate vue-drag-resize instances snap to one another if their edges get close.
add a ruler?thanks
First of all, thank you for your work. It's pretty awesome. I have one problem though: I have multiple instances of draggable containers and I want to have the one...
代码无法运行
请问大佬,我clone你的项目后,运行npm install以后,然后在运行npm run start,项目报错,跑不起来是什么回事?
Hello. I found a way to select input using: "onclick = this.select()" and "[ obj ].addEventListener("click", (event) => event.target.focus());" and now I can select inputs BUT when i want to...