Composition API Vue 3
Jul 19, 2023 · 8 min read · In Vue 3, there are two ways we can write our component. The first way is with the Options API, a set of options like the data, computed properties, methods, watchers, and lifecycle hooks. Another way we can write our component is by using the Compos...
Join discussion
