vue-draggable-resizable
vue-draggable-resizable copied to clipboard
width and height not working well with lock-aspect-ratio
When :lock-aspect-ratio is true, w and h doesn't get values what i'm assigning, specially w. In my case, item.width and item.height are equals to 200. top and left are equals to 0:
<vue-draggable-resizable
:lock-aspect-ratio="true"
:x="item.top"
:y="item.left"
:w="item.width"
:h="item.height"
...
>