question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not working in Vue 2.7

See original GitHub issue

Confirmation

  • I can confirm this problem is not reproducible with ECharts itself.

How are you introducing Vue-ECharts into your project?

<script> tag

Versions

<script src="https://cdn.jsdelivr.net/npm/vue@2.7.0"></script>
<script src="https://cdn.jsdelivr.net/npm/@vue/composition-api@1.6.2"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.3.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.1.0"></script>

Details

Not working in Vue 2.7

Reproduction

https://codesandbox.io/s/stupefied-kate-pbj0hr?file=/index.html

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:7
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
Justineocommented, Jul 6, 2022

This should now be fixed in vue-echarts@6.2.0.

5reactions
Justineocommented, Jul 1, 2022

Maybe we need to update the dependency for vue-demi. I’ll look into this next week.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Enabling directives in Vue 2.7 project not working #517 - GitHub
Describe the bug Enabling directives loading in Vue 2.7 project using Vite will cause the following error: [vite] Internal server error: ...
Read more >
vue2.7 v-if not working with script setup, does ... - Stack Overflow
I realized that vue2.7.x is not use Proxy yet, so Set is not supported with reactivity. solution: just add a reactive data as...
Read more >
Vue 2.7, Vue 3: "Optimize imports" not working for ... - YouTrack
If you have a Vue SFC and include more than 1 script block, the "Optimize imports" function doesnt seem to work. Unused imports...
Read more >
Creating a Project | Vue CLI
If you are on Windows using Git Bash with minTTY, the interactive prompts will not work. You must launch the command as winpty...
Read more >
Frequently Asked Questions - Vue.js
Vue 2.7, which was shipped in July 2022, is the final minor release of the Vue 2 version range. Vue 2 has now...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found