-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
How about "expose GridLayout.layoutUpdate" ?
Sometimes, when a layout data is changed, but the UI interface is not synchronized, I try to expose 'GridLayout.layoutUpdate()' and find it very effective.
// node_modules\vue-grid-layout-v3\src\components\GridLayout.vue
...
defineExpose({
emitter,
placeholderRef,
layoutUpdate
});
...
Metadata
Metadata
Assignees
Labels
No labels