Add eslint
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user