fix placeholder

This commit is contained in:
jxxghp
2023-06-30 08:41:10 +08:00
parent aa3af17165
commit 8c5dfd1681
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -27,8 +27,9 @@ const getChipColor = (type: string) => {
:class="hover.isHovering ? 'scale-105 shadow-lg' : ''"
>
<VImg
aspect-ratio="2/1"
aspect-ratio="3/2"
:src="props.media?.poster_path"
lazy-src="https://picsum.photos/seed/picsum/200/300"
class="h-full w-full object-cover"
:class="hover.isHovering ? 'on-hover' : ''"
cover