Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Vue 3 Composition API

Using Watch with the Composition API

In this lesson, we learn about watching data in the composition API in order to perform side affects whenever that data changes. With the composition API we also have the ability to watch multiple variables at once and the ability to remove a watcher altogether.