vue-moveable
vue-moveable copied to clipboard
โ๏ธ โ๏ธ ๐ Vue.js wrapper for Moveable
Hello, I am new to VueJs and I am trying to access and change the property of blue bounding box. I set it to zero opacity at the moment like...
I set the bound parameter `bounds: { left: 0, top: 100, right: 300, bottom: 500 }, }`, and it works correctly for dragging. However scaling doesn't stop even when edge...
Resizing from lower right corner gets out of sync with pointer position if the pointer moves quickly
When moving slowly this does not seem to occur. Using the simplest possible implementation of the resize event as shown in your example.
Hi there, Having an issue with click event on not firing, can you confirm if this functionality has been included from the original plugin? Thanks
I like to to know how I can initialize the left/top position manually? Thanks in advance for your response.
Hi, I'm starting to play with Vue Moveable and I'm trying to get the moveable to stay inside its container. I've set, draggable, dragArea, and snappable to the demo sandbox...
I want to make the page an edit page. Thus, when on edit page there is a blue line and everything is draggable and such but when you press save...
Hi, want to create a new instance of vue-moveable whenever I drop an element on a certain div. Below is a screenshot of my code.  The code by the...
I have multiple Moveable objects and I want to get target id but still I got undefined ` ` here is my movables elements and my handleDrag method ` handleDrag({...
I dont know how to get the โtargetโ in vueใI written it like this `{{targets}} `, But it didn't workใCan someone help me? thanks a lot.