We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, In vue2.x, in chapter for "TypeScrpirt Support", there are docuementation about "Class-Style Vue Components"; In vue3, no anything about this. Is it abandoned api? if so, please also give something description. What's the status of https://github.com./vuejs/rfcs/blob/class-api/active-rfcs/0000-class-api.md. Not everyone is clear. Thanks.
The text was updated successfully, but these errors were encountered:
@softboy99 Vue Class API proposal has been dropped in favor of the Composition API. If you prefer to use vue-class-component library, please read vuejs/vue-class-component#406
vue-class-component
However, this is not a core API and it's still under development so it's not mentioned in the documentation.
Sorry, something went wrong.
No branches or pull requests
Hi,
In vue2.x, in chapter for "TypeScrpirt Support", there are docuementation about "Class-Style Vue Components"; In vue3, no anything about this. Is it abandoned api? if so, please also give something description. What's the status of https://github.com./vuejs/rfcs/blob/class-api/active-rfcs/0000-class-api.md. Not everyone is clear. Thanks.
The text was updated successfully, but these errors were encountered: