refactor. 불필요한 코드 제거

Made-with: Cursor
This commit is contained in:
clkim
2026-03-20 10:08:26 +09:00
parent 02ef9f9aa5
commit 766f4c9e13

View File

@@ -11,7 +11,6 @@ const modalStore = useModalStore()
const { isPAssApiLoading, hasApiCallStarted } = storeToRefs(loadingStore)
const {
pageTemplates,
pageTemplatesIds,
pageMetaTag,
isUseMetaTag,
isUseTopBtn,
@@ -35,9 +34,6 @@ const setupSeoMeta = (metaTag: PageDataMetaTag) => {
})
}
// 활성 섹션 관찰
useActiveSectionObserver(pageTemplatesIds)
// 메타 태그 설정 감시
watchEffect(() => {
if (isUseMetaTag.value && pageMetaTag.value) {