vue-grid-layout
vue-grid-layout copied to clipboard
In vue3, this bug occurs in the use?
"vue-grid-layout": "^2.3.12",
import VueGridLayout from "vue-grid-layout"; const app = createApp(App); app.use(VueGridLayout);
Try using the module vue3-drr-grid-layout, mentioned in comment
I have encountered the same problem. Have you already solved it?
@Losery1021 and @frontend-qin , this module seems to be abandoned. Can you please open an issue to module vue3-drr-grid-layout ? That one looks like to be more active.
@Losery1021 and @frontend-qin , this module seems to be abandoned. Can you please open an issue to module vue3-drr-grid-layout ? That one looks like to be more active.
only 13 star,I don't think it is a perfect solution
I'm using that one and it's written only for Vue3, not converted from Vue2 to Vue3. So, it work fine for me. The biggest pro, is the bundle size of the module, 7.12 MB vs 326 kB. It has only 13 stars, because it was published less than 2 month ago.
I'm using that one and it's written only for Vue3, not converted from Vue2 to Vue3. So, it work fine for me. The biggest pro, is the bundle size of the module, 7.12 MB vs 326 kB. It has only 13 stars, because it was published less than 2 month ago.
Okay, I'll try it.thx