fix: last eslint errors

This commit is contained in:
Huskydog9988
2025-04-15 21:43:27 -04:00
parent 9a2683d98e
commit bc5ab53b50
14 changed files with 42 additions and 49 deletions
+5 -2
View File
@@ -2,7 +2,10 @@
import type { NuxtError } from "#app";
const props = defineProps({
error: Object as () => NuxtError,
error: {
type: Object as () => NuxtError,
default: () => ({}),
},
});
const route = useRoute();
@@ -105,7 +108,7 @@ if (import.meta.client) {
src="/wallpapers/error-wallpaper.jpg"
class="absolute inset-0 h-full w-full object-cover"
alt=""
>
/>
</div>
</div>
</template>