Skip to content

Unstable performance when using Nuxt 3 #18

@SamGeens

Description

@SamGeens

Hi,

Thank you for this library! This seems like a nice improvement of vue-grid-layout with new functionalities and active development. However when using with Nuxt 3 the performance doesn't seem to be as stable as in your examples.

With the vue-grid-layout I could also install the library as a plugin which doesn't seem to work with this one.

Example of plugin usage with vue-grid-layout:

import VueGridLayout from 'vue-grid-layout';

export default defineNuxtPlugin((nuxtApp) => {
  nuxtApp.vueApp.use(VueGridLayout);
});

Expected Behavior

Stable drag and drop functionality when using Nuxt 3 like in the examples.

Current Behavior

Unstable behavior when using this library in Nuxt 3. Just like in issue #10. Hopefully this will also be resolved in the next release like said in issue #10

Failure Information (for bugs)

Behavior.mp4

Steps to Reproduce

The behavior can be seen in this codesandbox.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions