Vue Echarts + Nuxt Bridge Setup #491
-
I'm trying to use Vue Echarts in a Nuxt Bridge App. For that I followed the nuxt 3 example given here: https://github.com/nuxt/framework/discussions/2474#discussioncomment-1850092 index.js?2dbb:2 Uncaught TypeError: Cannot read properties of undefined (reading '__extends')
at eval (index.js?2dbb:2:1)
at ./node_modules/echarts/node_modules/tslib/modules/index.js (app.js:5723:1)
at __webpack_require__ (runtime.js:854:30)
at fn (runtime.js:151:20)
at Module.eval (echarts.js:47:63)
at eval (echarts.js:2689:30)
at ./node_modules/echarts/lib/core/echarts.js (app.js:4367:1)
at __webpack_require__ (runtime.js:854:30)
at fn (runtime.js:151:20)
at eval (core.js?aa74:2:1) I'm not sure I messed something up with the bridge setup or if this is on bridge, so I'm very grateful for any advice ❤ |
Beta Was this translation helpful? Give feedback.
Answered by
AndreyYolkin
Aug 19, 2022
Replies: 1 comment 1 reply
-
For those, who tries: https://github.com/AndreyYolkin/nuxt-bridge-echarts
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
warflash
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For those, who tries: https://github.com/AndreyYolkin/nuxt-bridge-echarts
This solution based on