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

In vue3, this bug occurs in the use?

Open frontend-qin opened this issue 2 years ago • 6 comments

"vue-grid-layout": "^2.3.12", import VueGridLayout from "vue-grid-layout"; const app = createApp(App); app.use(VueGridLayout); grid

frontend-qin avatar Jul 30 '22 03:07 frontend-qin

Try using the module vue3-drr-grid-layout, mentioned in comment

50rayn avatar Sep 07 '22 21:09 50rayn

I have encountered the same problem. Have you already solved it?

GoldenZqqq avatar Oct 19 '22 05:10 GoldenZqqq

@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.

50rayn avatar Oct 19 '22 09:10 50rayn

@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

GoldenZqqq avatar Oct 19 '22 09:10 GoldenZqqq

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.

50rayn avatar Oct 19 '22 09:10 50rayn

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

GoldenZqqq avatar Oct 20 '22 01:10 GoldenZqqq