feat. GR_VISUAL_03 컴포넌트 제작

This commit is contained in:
clkim
2025-09-19 14:43:21 +09:00
parent 792111f47b
commit 81bcca8e23
14 changed files with 277 additions and 154 deletions

View File

@@ -72,7 +72,7 @@ const props = withDefaults(defineProps<Props>(), {
const emit = defineEmits<Emits>()
// YouTube URL을 임베드 가능한 형태로 변환
// [TODO] YouTube URL을 임베드 가능한 형태로 변환
const embedUrl = computed(() => {
if (!props.youtubeUrl) return ''