mauricius / vue-draggable-resizable

Vue3 Component for draggable and resizable elements.
https://mauricius.github.io/vue-draggable-resizable/
MIT License
3.29k stars 556 forks source link

resizing width height NaN #399

Open zhangbowy opened 8 months ago

zhangbowy commented 8 months ago

@resizing="onResize"

宽高拿不到

image

HLN177 commented 8 months ago

调用组件的代码怎么写的

HarryWuuuu commented 8 months ago

Maybe it is due to the naming of your resizeStop listener.

HLN177 commented 8 months ago

Maybe it is due to the naming of your resizeStop listener.

Maybe not. This breakpoint is not be entered if it is a listener naming issue.

It seems like some internal calculation issues for width and height.

Quite similar to #397