Update PlaylistItem.vue

This commit is contained in:
anewuser 2023-12-18 08:07:34 -03:00 committed by GitHub
parent 1307d96406
commit 8ce5738e77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
<div class="flex flex-col flex-justify-between">
<router-link :to="props.item.url">
<div class="relative">
<img class="w-full" :src="props.item.thumbnail" loading="lazy" />
<img loading="lazy" class="w-full" :src="props.item.thumbnail" />
</div>
<p>
<span v-text="props.item.name" />