Skip to content
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

vue3: SyntaxError: The requested module '/node_modules/element-resize-detector/src/element-resize-detector.js?v=820a0926' does not provide an export named 'default' (at GridLayout.vue:1:194) #796

Open
fairySusan opened this issue Apr 16, 2024 · 4 comments

Comments

@fairySusan
Copy link

fairySusan commented Apr 16, 2024

Software version (please complete the following information):
vue:"3.2.37", vite:"2.6.4" "vue-grid-layout-v3": "^3.0.3",
Describe the bug

SyntaxError:The requested module '/node_modules/element-resize-detector/src/element-resize-detector.js?v=820a0926' does not provide an export named 'default' (at GridLayout.vue:1:194)
@upthen
Copy link

upthen commented Apr 30, 2024

I have met this problem too!
Have you resolved that?

@madhatter5501
Copy link

I have this same issue, did anyone get it working?

@Iris-mile
Copy link

I have this same issue, did anyone get it working?

I have this same issue, did anyone get it working?

@FBIshouxi
Copy link

https://blog.csdn.net/zhoudingding/article/details/128183788
vite.config.ts添加配置

    optimizeDeps: {
      include: ['element-resize-detector']
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants