From c754ff181e56fa40909af8fa326c2d5ebb9c0169 Mon Sep 17 00:00:00 2001 From: Islom Murodov <102415604+islombek124@users.noreply.github.com> Date: Sat, 10 Feb 2024 11:38:02 +0500 Subject: [PATCH] Update Card.vue --- components/Card.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/Card.vue b/components/Card.vue index d7ca321..cfbf8b3 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -3,8 +3,6 @@ const props = defineProps<{ item: any }>() -const img = useImage() - const media = computed((): string => { if (props.item.media_type) return props.item.media_type