Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Bruno Predot
/
tmdb_test
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Bruno Predot
2025-04-26 10:27:03 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c0bca5630350ff1fa561d85e4ec96ec5e1f1f5cb
c0bca563
1 parent
24fb254b
Remplacement img par v-img.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
components/ui-components/Poster.vue
components/ui-components/Poster.vue
View file @
c0bca56
...
...
@@ -20,7 +20,7 @@ defineProps({
<template>
<section class="w-full md:w-1/3 lg:w-1/4">
<div class="rounded-lg overflow-hidden shadow-lg bg-gray-800">
<img
<
v-
img
v-if="src"
:alt="title"
:src="`https://image.tmdb.org/t/p/w500${src}`"
...
...
Please
register
or
login
to post a comment