Skip to content

Is vue3 support going to be backward compatible in terms of component api's #13634

Answered by KaelWD
yenniSuresh asked this question in Q&A
Discussion options

You must be logged in to vote

If the migration effort from vuetify's vue2 to vue3 going to be low, medium or high?

low-medium, maybe high if you're relying on internals. We're aiming to keep the public JS API (props, slots, events) fairly close to 2.x, but with inconsistencies fixed and some new features added. Most of these changes will hopefully be able to be fixed automatically with codemods or eslint. Styles have some significant changes though so custom overrides may need to be rewritten, and components using internal APIs (like if you're extending our components, using our mixins, or modifying values with refs) will probably completely break as these are no longer available.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yenniSuresh
Comment options

Answer selected by yenniSuresh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #13633 on May 11, 2021 10:11.