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
Most of the Vue 3 projects out there are written in composition.
To help newcomers, but also our friend Copilot 🤖 , we should start thinking of migrating to composition API.
How
personally I've never used composition before. But at work we're doing the switch over the coming months (from Vue 2 options to Vue 3 composition). So a good time to learn and test :)
component by component ?
and take the time to create new components if some are too complex
The text was updated successfully, but these errors were encountered:
Story
In Vue 3 there is two different ways to write code:
https://vuejs.org/guide/introduction.html#api-styles
Why
Most of the Vue 3 projects out there are written in composition.
To help newcomers, but also our friend Copilot 🤖 , we should start thinking of migrating to composition API.
How
The text was updated successfully, but these errors were encountered: