Composition API Vue 3
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...
kingstoncodes.hashnode.dev8 min read