Add eslint

This commit is contained in:
2025-08-20 23:40:00 +02:00
parent cc544322b2
commit 16956d12f4
31 changed files with 1214 additions and 913 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ const props = withDefaults(
class?: string;
}>(),
{
title: '',
class: 'h-32'
}
);
@@ -18,7 +19,7 @@ const isOpen = ref(false);
:src="src"
class="cursor-pointer"
:class="props.class"
:title="title || ''"
:title="title"
fit="cover"
lazy
@click.prevent="isOpen = true"