fix. 코드 정리 (format 적용, 불필요한 파일 제거)

This commit is contained in:
clkim
2026-01-05 13:58:35 +09:00
parent 1eb9ed5360
commit 743c3b2b3c
25 changed files with 534 additions and 1301 deletions

View File

@@ -50,7 +50,9 @@
text-color="#FFFFFF"
@click="handleError"
>
<span v-dompurify-html="`${gameName} ${tm('Error_Official_Page')}`"></span>
<span
v-dompurify-html="`${gameName} ${tm('Error_Official_Page')}`"
></span>
</AtomsButton>
</div>
</div>
@@ -125,7 +127,7 @@ const handleKeydown = (e: KeyboardEvent) => {
// 500 에러 발생 시 /error 페이지로 리다이렉트
onMounted(() => {
const statusCode = currentError.value?.statusCode
console.log("🚀 ~ statusCode:", nuxtError)
console.log('🚀 ~ statusCode:', nuxtError)
if (statusCode === 500) {
errorTitle.value = tm('Error_500_Inconvenience')