-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In vue3, this bug occurs in the use? #696
Comments
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. |
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. |
Okay, I'll try it.thx |
"vue-grid-layout": "^2.3.12",
import VueGridLayout from "vue-grid-layout"; const app = createApp(App); app.use(VueGridLayout);
The text was updated successfully, but these errors were encountered: