feat. 페이지 귀속 컴포넌트 로그 추가

This commit is contained in:
clkim
2025-12-12 10:20:42 +09:00
parent 1d5c9571b7
commit d6e6e17c71
8 changed files with 84 additions and 13 deletions

View File

@@ -21,8 +21,6 @@ interface Props {
}
const props = defineProps<Props>()
provide('pageVerTmplNameEn', props.pageVerTmplNameEn)
const runtimeConfig = useRuntimeConfig()
const stoveApiUrl = runtimeConfig.public.stoveApiUrl as string