We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae1eb3 commit 7ad769bCopy full SHA for 7ad769b
src/runtime/components/VuepalRemoteVideo/index.vue
@@ -38,7 +38,7 @@ const kind = computed<VideoSourcePlatform | undefined>(() => {
38
if (props.url.toLowerCase().includes('vimeo')) {
39
return VideoSourcePlatform.VIMEO
40
}
41
- return ''
+ return undefined
42
})
43
44
const videoId = computed(() => {
0 commit comments