Skip to content
New issue

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

Migrate to Composition API #262

Open
annybs opened this issue Apr 23, 2024 · 0 comments
Open

Migrate to Composition API #262

annybs opened this issue Apr 23, 2024 · 0 comments
Assignees
Labels

Comments

@annybs
Copy link
Member

annybs commented Apr 23, 2024

Ref. previous discussion

Vue's new Composition API is generally easier to read and write than Options API, as it speaks JS rather than Vue's internal schematics. This is the general direction of Vue maintainers' own efforts and we should follow suit.

Newer components being added to this project are already using Composition API. Some existing components have been migrated recently in the course of work on billing. Other components should follow suit over time when appropriate occasions arise - especially when carrying out #261 migrations.

@annybs annybs self-assigned this Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant