You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you think this can be useful to the community, let me know, so I'll add relevant tests. If not, no problem, I'll continue using my fork for my needs and merge it there.
This basically might be useful for ones who want to migrate from class-based components (vue-property-decorator, vue-class-component) to Vue2 Options API and then to Vue3 eventually.
It would be very useful! Since we started our code base in 2017, vue-class-component was the way to do to have typescript support. Now, many years after, we have hundreds of component built with vue-class-component and since Vue 2 will be EOL in december 2023, we have to move away from that API to migrate to Vue 3.
Hi @matrunchyk@sodatea any update on when can we merge this. This is very helpful for those who are using class based code with TS and want to migrate to vue3
Hello!
I prepared a transformation that converts class-based Options API to Vue2 native Options API with TypeScript support
So this example code:
can be converted with this transformation to this one:
cc @sodatea
The text was updated successfully, but these errors were encountered: