refactor. 불필요한 코드 제거
Made-with: Cursor
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user