Vue3 branch status?
See original GitHub issueWhat is the status of the vue3 branch? I tried to use it on my vue3 app but it did not work.
here is my error log:
TradingVue.vue?0d24:4 Uncaught (in promise) TypeError: Cannot read property '_c' of undefined at Proxy.render (TradingVue.vue?0d24:4) at renderComponentRoot (runtime-core.esm-bundler.js:846) at componentEffect (runtime-core.esm-bundler.js:4280) at reactiveEffect (reactivity.esm-bundler.js:42) at effect (reactivity.esm-bundler.js:17) at setupRenderEffect (runtime-core.esm-bundler.js:4263) at mountComponent (runtime-core.esm-bundler.js:4222) at processComponent (runtime-core.esm-bundler.js:4182) at patch (runtime-core.esm-bundler.js:3791) at mountChildren (runtime-core.esm-bundler.js:3975)
Issue Analytics
- State:
- Created 2 years ago
- Reactions:7
- Comments:11
Top Results From Across the Web
Vue 3 as the New Default
All GitHub repos under the vuejs organization have switched to Vue 3 versions in the default branch. In addition, we have renamed the...
Read more >Managing Shared State In Vue 3 - Smashing Magazine
Shared Instances # The code for this section is in the “SharedState” branch of the example project on GitHub. Whether you use the...
Read more >Vue 3 Composition API, do you really need it? - This Dot Labs
git. Once done, switch to the dev* branch, and run the following commands in order to start the app.
Read more >vue 3 Server Side Rendering with Vuex and Router
url, clientBundle: `client-bundle.js`, }; bundleRenderer.renderToString(context, (err, html) => { if (err) { if (err.code === 404) { res.status( ...
Read more >State Management in Vue 3 Applications with Vuex - Auth0
git clone --single-branch --branch base-project https://github.com/auth0-blog/vue-3-state-management. Once you have the project on your ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Btw what is the goal of having a vue3 branch? I think a better goal would be to slow port over to adopt typescript and use composition api, which is more maintainable imo. A direct port is really hard to get right, since it’s hard to know what is broken.
@diadal thank you for update. I was under impression that this is completely open source alternative of tradingview.com provided charting library. Does your solution for vue 3 above rely on charting_library provided by tradingview.com ? I thought it is patch for this library to work as it is for vue 3 without additional proprietary library.