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