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 d88c254 commit 7072d07Copy full SHA for 7072d07
src/ui/vue/VideoFetch.vue
@@ -24,7 +24,7 @@ const props = defineProps({
24
25
// Refs and variables
26
let isPaused = ref(true)
27
-const videoElement = useTemplateRef(null)
+const videoElement = useTemplateRef(`videoElement`)
28
let mediaSource = null
29
let sourceBuffers = {}
30
let mp4boxfile = null
0 commit comments