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
The new composition API for Vue 3 is available under the official @vue/composition-api package. Since the composition API will be natively supported in Vue 3, it may be in our best interest to start using that instead. It will allow for:
Better Typescript support
Native implementation over a 3th party library
Easier migration to Vue 3 down the line
Easier to learn due to more resources available (part of the Vue core)
The text was updated successfully, but these errors were encountered:
The new composition API for Vue 3 is available under the official
@vue/composition-api
package. Since the composition API will be natively supported in Vue 3, it may be in our best interest to start using that instead. It will allow for:The text was updated successfully, but these errors were encountered: