Options API vs Composition API
Last modified by Manuel Leduc on 2023/10/23 17:56
See https://vuejs.org/guide/introduction.html#api-styles for an explanation of the difference between the Options API and the Composition API.
Criteria
- readability
- modularity
- compatibility with jsdoc (it seems like the composition API is not compatible with jsdoc)