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
In Vue 3, vue-class-component is not a recommended option anymore in official docs or default tooling. You can read about that here: vuejs/core#4744 (comment)
What does the proposed API look like?
When selecting Vue 3 + TypeScript, "class-style component syntax" option should be removed.
The text was updated successfully, but these errors were encountered:
I agree with this removal; just starting a Vue project from an Angular background so quick Googles indicated the class-style component was what I would be familiar with and wanted, but upon getting deeper (e.g. utilizing provide/inject) it was clear the features weren't there for Vue 3. I'm hoping too much time won't be lost but removing that wizard option would have made for a more successful and joyous first project.
What problem does this feature solve?
In Vue 3,
vue-class-component
is not a recommended option anymore in official docs or default tooling. You can read about that here: vuejs/core#4744 (comment)What does the proposed API look like?
When selecting Vue 3 + TypeScript, "class-style component syntax" option should be removed.
The text was updated successfully, but these errors were encountered: