jbaysolutions / vue-grid-layout

A draggable and resizable grid layout, for Vue.js.
https://jbaysolutions.github.io/vue-grid-layout/
MIT License
7.07k stars 1.49k forks source link

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 5 months ago

fairySusan commented 5 months ago

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 commented 5 months ago

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

madhatter5501 commented 3 months ago

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

Iris-mile commented 3 months ago

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

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

FBIshouxi commented 2 months ago

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

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