pure-vue-chart
pure-vue-chart copied to clipboard
[Vue3] Error: Cannot read property '_c' of undefined
Tried to use pure-vue-chart with Vue3. It gives a bunch of warnings and then the error:
Uncaught (in promise) TypeError: Cannot read property '_c' of undefined
at Proxy.render (pure-vue-chart.common.js?7769:5088)
at renderComponentRoot (runtime-core.esm-bundler.js?5c40:696)
at componentEffect (runtime-core.esm-bundler.js?5c40:4035)
at reactiveEffect (reactivity.esm-bundler.js?a1e9:42)
at effect (reactivity.esm-bundler.js?a1e9:17)
at setupRenderEffect (runtime-core.esm-bundler.js?5c40:4018)
at mountComponent (runtime-core.esm-bundler.js?5c40:3976)
at processComponent (runtime-core.esm-bundler.js?5c40:3936)
at patch (runtime-core.esm-bundler.js?5c40:3547)
at mountChildren (runtime-core.esm-bundler.js?5c40:3736)
Same issue
I think It doesn't work with Vue 3 yet.