Wiki source code of Options API vs Composition API
Last modified by Manuel Leduc on 2023/10/23 17:56
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | See [[https:~~/~~/vuejs.org/guide/introduction.html#api-styles>>https://vuejs.org/guide/introduction.html#api-styles]] for an explanation of the difference between the Options API and the Composition API. | ||
| 2 | |||
| 3 | == Criteria == | ||
| 4 | |||
| 5 | * readability | ||
| 6 | * modularity | ||
| 7 | * compatibility with jsdoc (it seems like the composition API is not compatible with [[jsdoc>>https://jsdoc.app/]]) |