Skip to content
Snippets Groups Projects
Commit 973cb5a3 authored by Juliette Kalflèche's avatar Juliette Kalflèche
Browse files

add link in page-perso

parent 665aabd5
No related branches found
No related tags found
1 merge request!25add link in page-perso
Checking pipeline status
......@@ -14,11 +14,12 @@
<div class="likeList">
<div v-for="movie in likedFilms" :key="movie.id">
<p class="film">
<img
<router-link :to="'/movie/'+ movie.id + '?uid=' + userId"><img
:src="'https://image.tmdb.org/t/p/original/' + movie.poster_path"
withd="100"
height="300"
/>
</router-link>
</p>
</div>
</div>
......@@ -32,6 +33,7 @@ export default {
data: function () {
return {
likedFilms: [],
userId: "",
};
},
methods: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment