We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Software version (please complete the following information):
"nuxt": "3.0.0-rc.6",
Describe the bug A clear and concise description of what the bug is.
If I import import { GridLayout, GridItem } from 'vue-grid-layout' it gives me an error saying document is not defined.
import { GridLayout, GridItem } from 'vue-grid-layout'
document is not defined
To Reproduce Steps to reproduce the behavior: Simply importing in a nuxt3 project.
Expected behavior package to work
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
vue-grid-layout v2 doesn't work on vue 3. Try the vue3 branch and check #686 #617 and #439
Sorry, something went wrong.
No branches or pull requests
Software version (please complete the following information):
"nuxt": "3.0.0-rc.6",
Describe the bug
A clear and concise description of what the bug is.
If I import
import { GridLayout, GridItem } from 'vue-grid-layout'
it gives me an error sayingdocument is not defined
.To Reproduce
Steps to reproduce the behavior:
Simply importing in a nuxt3 project.
Expected behavior
package to work
Screenshots

If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: