You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error when trying to use this component in a Vue 3 app.
✘ [ERROR] No matching exportin"node_modules/vue/dist/vue.runtime.esm-bundler.js"for import "default" [80/1097] node_modules/vue-json-component/dist/index.module.js:2:7:
2 │ import Vue from 'vue';
11:48:01 AM [vite] error while updating dependencies:Error: Build failed with 1 error: node_modules/vue-json-component/dist/index.module.js:2:7: ERROR: No matching exportin"node_modules/vue/dist/vue.runtime.esm-bundler.js"for import "default" at failureErrorWithLog (/mnt/d/.../vue_7/node_modules/esbuild/lib/main.js:1605:15) at /mnt/d/.../vue_7/node_modules/esbuild/lib/main.js:1251:28
at runOnEndCallbacks (/mnt/d/.../vue_7/node_modules/esbuild/lib/main.js:1034:63)
at buildResponseToResult (/mnt/d/.../vue_7/node_modules/esbuild/lib/main.js:1249:7)
at /mnt/d/.../vue_7/node_modules/esbuild/lib/main.js:1358:14
at /mnt/d/.../vue_7/node_modules/esbuild/lib/main.js:666:9
at handleIncomingPacket (/mnt/d/.../vue_7/node_modules/esbuild/lib/main.js:763:9)
at Socket.readFromStdout (/mnt/d/.../vue_7/node_modules/esbuild/lib/main.js:632:7)
at Socket.emit (node:events:527:28)
at addChunk (node:internal/streams/readable:315:12)
The text was updated successfully, but these errors were encountered:
I'm getting the following error when trying to use this component in a
Vue 3
app.The text was updated successfully, but these errors were encountered: