xhlife / vue3-grid-layout

About A draggable and resizable grid layout, for Vue3.
https://github.com/xhlife/vue3-grid-layout
MIT License
101 stars 28 forks source link

【grid-item】拉伸浏览器宽度时container-resized事件没有抛出来 #20

Open colaiven opened 6 months ago

colaiven commented 6 months ago

image 看了下这里方法调用没有加上括号

colaiven commented 6 months ago

加上括号后会重复执行,是否只是监听containerWidth就够了?

xhlife commented 6 months ago

加上括号后会重复执行,是否只是监听containerWidth就够了?

现在是只有containerWidth改变到导致cols发生变化才触发container-resized事件。同时是在grid-item中触发的,所以有多少个grid-item,就触发多少次。打漏括号那行,可以不要都行。如果你确实有需求,可以加上括号,自行打包构建使用