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

About A draggable and resizable grid layout, for Vue3.

Results 18 vue3-grid-layout issues
Sort by recently updated
recently updated
newest added

Following warning is logged in console. ```text [Vue warn]: Detected a possible deep change on field `value` ref, for nested changes please either set the entire ref value or use...

layoutUpdate()这个方法没有抛出来吗

Hello, when I add new items to existing items, they are not added sequentially and are added randomly. Please look carefully at the id numbers written under the items. Here...

当拖拽或者修改大小时,item里的异步组件会不断的重新渲染。 defineAsyncComponent({ loader: () => import('test.vue') })

![QQ_1722237273999](https://github.com/user-attachments/assets/14e12ac2-7e29-42f4-a527-3f0de78f8026) ![QQ_1722237352583](https://github.com/user-attachments/assets/5dd607d2-bcf9-4e7c-8589-7c870fe970ac)

Hey, I tried to extract the grid item to a component to make it fully customized. But when I try to use it, the grid item is not working ###...