We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
透过 vue tools 可以看到 <SmartWidgetGrid> 里面还有包一个 <GridLayout> 组件 而我拖拽改变 grid 大小时,<SmartWidgetGrid> 的 colNum 会更新
<SmartWidgetGrid>
<GridLayout>
colNum
但里面的 <GridLayout> 没有跟着更新
希望能在 grid-layout.vue 里面加上监听,即时更新 colNum 数据
The text was updated successfully, but these errors were encountered:
FIxed in #51
Sorry, something went wrong.
No branches or pull requests
透过 vue tools 可以看到
<SmartWidgetGrid>
里面还有包一个<GridLayout>
组件而我拖拽改变 grid 大小时,
<SmartWidgetGrid>
的colNum
会更新但里面的
<GridLayout>
没有跟着更新希望能在 grid-layout.vue 里面加上监听,即时更新
colNum
数据The text was updated successfully, but these errors were encountered: