fix. 공통 함수, 샘플 이미지 수정
This commit is contained in:
@@ -114,7 +114,6 @@ const onArrowClick = (direction, targetIndex) => {
|
||||
ref="slideThumbnailRef"
|
||||
:slide-data="slideData"
|
||||
variant="media"
|
||||
:drag="false"
|
||||
class="mt-[24px] md:mt-[32px]"
|
||||
:pagination-data="paginationData"
|
||||
@move="stopVideo"
|
||||
|
||||
@@ -17,7 +17,7 @@ interface Props {
|
||||
const props = defineProps<Props>()
|
||||
|
||||
const pageDataStore = usePageDataStore()
|
||||
const { getResourcesData } = useResourcesData()
|
||||
const { getOperateResourcesData } = useResourcesData()
|
||||
const { locale } = useI18n()
|
||||
const { sendLog, useAnalyticsLogDataDirect } = useAnalytics()
|
||||
|
||||
@@ -43,7 +43,7 @@ const { data: slideData } = await useAsyncData(
|
||||
return []
|
||||
}
|
||||
|
||||
const operateGroupList = await getResourcesData({
|
||||
const operateGroupList = await getOperateResourcesData({
|
||||
pageSeq: pageData.value.page_seq,
|
||||
pageVer: pageData.value.page_ver,
|
||||
pageVerTmplSeq: props.pageVerTmplSeq,
|
||||
|
||||
Reference in New Issue
Block a user