vue-draggable-resizable
vue-draggable-resizable copied to clipboard
resizing事件返回的参数width为负数
当我这样使用时:
<vue-draggable-resizable
:x="posterEditForm.posterCode.left"
:y="posterEditForm.posterCode.top"
:w="posterEditForm.posterCode.width"
:h="posterEditForm.posterCode.height"
:parent="true"
:lock-aspect-ratio="true"
:min-width="30"
:min-height="30"
class-name-active="draggingActive"
class="draggingDeactive"
@resizing="qrcodeResize"
@dragging="qrcodeDrag"
>