Skip to content

Commit 7ad769b

Browse files
committed
fix: Typescript issue resolved.
1 parent eae1eb3 commit 7ad769b

File tree

1 file changed

+1
-1
lines changed
  • src/runtime/components/VuepalRemoteVideo

1 file changed

+1
-1
lines changed

src/runtime/components/VuepalRemoteVideo/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const kind = computed<VideoSourcePlatform | undefined>(() => {
3838
if (props.url.toLowerCase().includes('vimeo')) {
3939
return VideoSourcePlatform.VIMEO
4040
}
41-
return ''
41+
return undefined
4242
})
4343
4444
const videoId = computed(() => {

0 commit comments

Comments
 (0)