-
Notifications
You must be signed in to change notification settings - Fork 433
Vue 3.0 support #402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I’m currently working on Vue 3 + class component and investigating the implementation and good api interface. I’ll create RFC thread once they are ready. |
Thank you for the clarification and future support with composition API. Will give it a go :) |
Proposals are already up:
|
[composition class] Component setup using ES6 class works out of the box in Vue 3, why not officially support it! |
my vue2 project is use vuejs/vue-class-component,so i want update this project by vue3 |
So .... What's the plan @ktsn? Is Vue class component still going to be supported for Vue3 or at least maintained with current vue2? |
This issue is a question regarding the status of vue-class-component which is aimed for Class-based Typescript users when the Vue3.0 is released with heavy emphasis also in Typescript.
Will the project remain officially supported within the Vue ecosystem?
Will it have a "smooth" compatibility with the new composition API especially they are both in Typescript?
The text was updated successfully, but these errors were encountered: