fix. 에러 수정, ip 필터 테스트코드

This commit is contained in:
clkim
2025-12-19 11:23:11 +09:00
parent 6d93bebd8b
commit 4d9b84a40f
12 changed files with 163 additions and 69 deletions

View File

@@ -10,5 +10,7 @@ const localePath = useLocalePath()
</script>
<template>
<NuxtLink :to="localePath(props.to)"><slot /></NuxtLink>
<NuxtLink :to="localePath(props.to)">
<slot />
</NuxtLink>
</template>