Update img tags to NuxtImg

This commit is contained in:
marzban-dev
2025-03-23 23:22:17 +03:30
parent f9ca2a2e2f
commit eab8bfcbd5
23 changed files with 78 additions and 51 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ const remaining = computed(() => items.value.length - max.value);
:class="index < 0 ? '' : ''"
:style="{ width: size, height: size, zIndex: index + 2 }"
>
<img
<NuxtImg
:src="item"
alt="avatar"
class="rounded-full object-cover w-full h-full"