watch: { movie: { handler(movie) { // Fetch data about the movie fetch(`/${movie}`).then((data) => { this.movieData = data; }); } } }