vue-grid-layout icon indicating copy to clipboard operation
vue-grid-layout copied to clipboard

How about "expose GridLayout.layoutUpdate" ?

Open TrumanWwW opened this issue 1 year ago • 0 comments

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
});
...

TrumanWwW avatar Sep 19 '24 03:09 TrumanWwW