Not working in Vue 2.7
See original GitHub issueConfirmation
- 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:
- Created a year ago
- Reactions:7
- Comments:10 (2 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
This should now be fixed in
vue-echarts@6.2.0
.Maybe we need to update the dependency for
vue-demi
. I’ll look into this next week.