Dropping Vue 2 and vue-class-component Support in v3.1 #5455
Replies: 2 comments 7 replies
-
Could you create a legacy version of the vscode extension? Like "Vue Legacy (Official)". |
Beta Was this translation helpful? Give feedback.
-
Thanks for maintaining Vue2 support for so long, and especially in this new version. I'm also maintainer for a Vue2 app which is very complicated to migrate to Vue3 (it's very big), so we'll definitely need Vue2 support for at least 2 more years. We are using composition and script setup, but then we'll have to move to Vuetify3 + Vue3 all at once, and that's a very high step. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We're announcing the upcoming removal of Vue 2 and
vue-class-component
support from our packages and VSCode extension.Timeline
vue-class-component
was officially deprecatedReasons for This Change
vue-class-component
significantly increases code complexity and maintenance effortWhat This Means
For Vue 2 Users
If you still need to work with Vue 2 projects:
We encourage all users to migrate to Vue 3 if possible. This change will allow us to focus our efforts on improving the Vue 3 experience and modern features.
Thank you for your understanding and support!
Beta Was this translation helpful? Give feedback.
All reactions