Skip to content
Snippets Groups Projects

Show liked movies

Merged Bilel El Yaagoubi requested to merge show_liked_movies into master
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
+ 4
1
@@ -25,7 +25,7 @@
<div class="movie-affichage">
<li v-for="movie in movies" :key="movie.id">
<p class="name">
<h5> {{ movie.title }}</h5>
<h5 class="center"> {{ movie.title }}</h5>
</p>
<p class="film">
<router-link :to="'/movie/'+ movie.id">
@@ -140,4 +140,7 @@ li {
.corps {
display: flex;
}
.center {
text-align: center;
}
</style>
Loading