Vue 3 components in two different API styles: Options API and Composition API
In a previous tutorial the process of setting up a new Vue 3 project has been explained. If you first want to set up a Vue 3 app to then work with the Options or Composition API, please take a look at this tutorial. Now let’s take a look at […]
Read more