Skip to content
Snippets Groups Projects

Movie page

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