xiaoluoboding / vue-smart-widget

🗃️Smart widget is a flexible and extensible content container component for Vue2.x / Vue3.x in Next branch.
https://xiaoluoboding.github.io/vue-smart-widget/
MIT License
185 stars 35 forks source link

resize 时,colNum 数量不会更新 #50

Closed mukiwu closed 1 year ago

mukiwu commented 1 year ago

透过 vue tools 可以看到 <SmartWidgetGrid> 里面还有包一个 <GridLayout> 组件 而我拖拽改变 grid 大小时,<SmartWidgetGrid>colNum 会更新 截图 2022-09-14 17 11 08

但里面的 <GridLayout> 没有跟着更新 截图 2022-09-14 17 11 13

希望能在 grid-layout.vue 里面加上监听,即时更新 colNum 数据

xiaoluoboding commented 1 year ago

FIxed in #51