Skip to content

Commit 7072d07

Browse files
author
yashdesu
committed
feat: minor fixes
1 parent d88c254 commit 7072d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/vue/VideoFetch.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const props = defineProps({
2424
2525
// Refs and variables
2626
let isPaused = ref(true)
27-
const videoElement = useTemplateRef(null)
27+
const videoElement = useTemplateRef(`videoElement`)
2828
let mediaSource = null
2929
let sourceBuffers = {}
3030
let mp4boxfile = null

0 commit comments

Comments
 (0)