vue-grid-layout icon indicating copy to clipboard operation
vue-grid-layout copied to clipboard

"export 'GridLayout' was not found in 'vue-grid-layout'

Open wjsdawn opened this issue 2 years ago • 4 comments

vue:2.5.2 vue-grid-layout:2.4.0 browser:chrome Describe the bug The vue-grid-layout doesn't seem to be exporting anything, therefore vue fails run the project with error message: "export 'GridLayout' was not found in 'vue-grid-layout'

wjsdawn avatar Dec 08 '22 10:12 wjsdawn

The same thing happened to me.

tzm5201314 avatar Dec 12 '22 09:12 tzm5201314

Can you provide some source code for us to review? I can't seem to write any code to reproduce this problem.

jvjvjv avatar Dec 15 '22 17:12 jvjvjv

ref to build config: https://github.com/jbaysolutions/vue-grid-layout/blob/master/vue.config.js#L14

The cjs/umd exports ONLY export default, which is install() plugin.

cyrilluce avatar Mar 03 '23 02:03 cyrilluce