Skip to content
Snippets Groups Projects

Movie page

Merged Bilel El Yaagoubi requested to merge movie-page into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -46,6 +46,8 @@ export default {
},
},
created() {
console.log("ok");
this.movieId = this.$route.params.id;
console.log(this.movieId);
this.fetchMovie();
Loading