Replies: 1 comment
-
When the composition API was first released, it was said that the options API would replace the composition API in Vue 3 later versions (maybe Vue 4?). Currently, vue-i18n-next supports both the legacy API, which is similar in style to the options API and the composition API. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Legacy API means it's going to be obsolete to me, but I think vue3 had no plan to phase out options-API anytime soon(vue3 options-api is more beginner friendly, plus not everyone does complex SPA with hundreds of components that 'requires' composition API').
Beta Was this translation helpful? Give feedback.
All reactions