pure-vue-chart icon indicating copy to clipboard operation
pure-vue-chart copied to clipboard

[Vue3] Error: Cannot read property '_c' of undefined

Open klyakh opened this issue 4 years ago • 2 comments

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)

klyakh avatar Nov 01 '20 13:11 klyakh

Same issue

Abhistark7 avatar Feb 15 '21 08:02 Abhistark7

I think It doesn't work with Vue 3 yet.

ShinobiSaad avatar Feb 09 '22 07:02 ShinobiSaad