edge / account

Account portal for managing Edge services
Other
3 stars 1 forks source link

Migrate to Composition API #262

Open annybs opened 5 months ago

annybs commented 5 months ago

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.