Vue 3 Composition API: Watch
Let’s look at another simple example using our composition API. Here’s some code that has a simple search input box, uses the search text to call an API, and returns the number of events that match the input results.
<template>
<div>
Search for...
philipdevblog.hashnode.dev2 min read