refactor. 코드 간소화 및 불필요한 props 제거
This commit is contained in:
@@ -28,9 +28,7 @@ const lnbList = computed<Record<string, PageDataLnbMenu>>(
|
||||
)
|
||||
const isShowLnb = computed(() => {
|
||||
return Boolean(
|
||||
pageData.value?.use_lnb &&
|
||||
breakpoints.value.isDesktop &&
|
||||
Object.keys(lnbList.value).length > 0
|
||||
breakpoints.value.isDesktop && Object.keys(lnbList.value).length > 0
|
||||
)
|
||||
})
|
||||
const activeColor = computed(
|
||||
|
||||
Reference in New Issue
Block a user