Update ChannelItem.vue

This commit is contained in:
anewuser 2023-12-18 08:03:22 -03:00 committed by GitHub
parent 71a3742f18
commit cb228f6178
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="my-4 flex justify-center">
<img class="aspect-square w-[50%] rounded-full" :src="props.item.thumbnail" loading="lazy" />
<img loading="lazy" class="aspect-square w-[50%] rounded-full" :src="props.item.thumbnail" />
</div>
<p>
<span v-text="props.item.name" />