fix. GR_VISUAL_01 템플릿 수정

This commit is contained in:
clkim
2025-09-18 20:38:59 +09:00
parent 1667e0f22b
commit 792111f47b
6 changed files with 62 additions and 27 deletions

View File

@@ -13,8 +13,8 @@ const modalStore = useModalStore()
// 비디오 플레이 버튼 클릭 핸들러
const handleVideoPlayClick = () => {
const youtubeId = props.resourcesData?.display?.text ?? ''
modalStore.handleOpenYoutube({ youtubeId })
const youtubeUrl = props.resourcesData?.display?.text ?? ''
modalStore.handleOpenYoutube({ youtubeUrl })
}
</script>