-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
Vue Composition API migration #2893
Comments
Let us know how this goes :) |
@aito-hideki is there any progress on this? Haven't heard from you for a while. |
Hi @yangwao |
any update @aito-hideki would like to adress it otherwise |
Meanwhile, efforts have started with the composition API |
It's still for grabs I guess |
Is your feature request related to a problem?
Vue Composition API is core feature of Vue 3, so it's the way towards Vue 3.
Describe the solution you would like
This will include replacing mixins and options api to composition api using @nuxt/composition-api
Describe alternatives you have considered
https://vuejs.org/guide/extras/composition-api-faq.html
https://vuejs.org/api/sfc-script-setup.html
https://vuejs.org/api/composition-api-setup.html
https://vuejs.org/guide/typescript/composition-api.html
Screeenshots
Components should look like this.
The text was updated successfully, but these errors were encountered: