Can not upgrade project to Vue 3.2.1
See original GitHub issue- I can confirm this problem is not reproducible with ECharts itself.
How are you introducing Vue-ECharts into your project?
ES Module imports
Versions
├─┬ @vue/cli-plugin-babel@4.5.13
│ └─┬ @vue/babel-preset-app@4.5.13
│ └── vue@3.1.1 deduped
├─┬ @vue/compiler-sfc@3.1.1
│ └── vue@3.1.1 deduped
├── echarts@5.1.2
├─┬ element-plus@1.0.2-beta.48
│ └── vue@3.1.1 deduped
├─┬ vue-axios@3.2.4
│ └── vue@3.1.1 deduped
├─┬ vue-draggable-next@2.0.1
│ └── vue@3.1.1 deduped
├─┬ vue-echarts@6.0.0-rc.6
│ ├── echarts@5.1.2 deduped
│ ├─┬ vue-demi@0.9.1
│ │ └── vue@3.1.1 deduped
│ └── vue@3.1.1 deduped
├─┬ vue-i18n@9.1.6
│ └── vue@3.1.1 deduped
├─┬ vue-router@4.0.9
│ └── vue@3.1.1 deduped
├── vue@3.1.1
└─┬ vuex@4.0.2
└── vue@3.1.1 deduped
Details
I have a projet running all versions described about. Everything runs ok.
If I want to upgrade Vue to a newer version, I run npm update.
It seems a package @vue\composition-api block the update.
Can you assist
Reproduction
https://codesandbox.io/s/charming-night-2y6m6?file=/package.json
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Upgrade Vue 3.1 to 3.2 - Stack Overflow
I have an existing Vue 3.1 application. Since 3.2 came out I thought about upgrading it, but I can't find any documentation on...
Read more >Vue 3 Migration Build: safely upgrade your app to Vue 3 (Pt. 1)
The migration build is not a tool that automatically rewrites your code to be Vue 3-compatible, you still have to do that yourself...
Read more >Vue.js: How to Migrate a large project from Vue 2 to Vue 3
Migrating Vue Cli to support Vue 3 is pretty easy. You will have first to edit your package.json file in order to update...
Read more >Migrate from v3 - Vue CLI
After: vue upgrade [plugin-name] . Aside from upgrading the plugins, it can run migrators from plugins to help you automate the migration ...
Read more >Tutorial On How To Migrate From Vue 2 To Vue 3
To keep the project updated is inevitable even if one of the ... 2 and maybe VueJS will not lesser the development support...
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
Error still exists for me. I forked this repo and removed line https://github.com/ecomfe/vue-echarts/blob/main/package.json#L60. This removes the peer dependency “@vue/composition-api”, which is not required for Vue 3.
This is still an ongoing problem