feat. GR_VISUAL_03 컴포넌트 제작
This commit is contained in:
@@ -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 ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user