feat(list): improve error page title

This commit is contained in:
Kim, Jimin 2025-03-23 08:52:18 +09:00
parent f6f93e3b42
commit f86e31a06c
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -4,6 +4,8 @@ import type { NuxtError } from "#app"
const props = defineProps({
error: Object as () => NuxtError,
})
useHead({ title: props.error?.statusCode })
</script>
<template>