vue-draggable-resizable icon indicating copy to clipboard operation
vue-draggable-resizable copied to clipboard

resizing事件返回的参数width为负数

Open Reborn115 opened this issue 2 years ago • 0 comments

当我这样使用时:
<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" > 并且进行刷新页面的操作,此时再调整大小,resizing事件返回的参数width为负数

Reborn115 avatar Aug 15 '23 07:08 Reborn115