fix
This commit is contained in:
parent
621e2cdb5b
commit
b17fb633ff
|
@ -39,7 +39,12 @@ const props = defineProps<{
|
|||
}>();
|
||||
|
||||
const videoEl = $ref<HTMLVideoElement | null>();
|
||||
Vlitejs.registerPlugin('pip', VlitejsPip);
|
||||
try {
|
||||
Vlitejs.registerPlugin('pip', VlitejsPip);
|
||||
}
|
||||
catch (err) {
|
||||
console.error('Pip plugin is already registered');
|
||||
}
|
||||
|
||||
const playerInstance = ref();
|
||||
|
||||
|
|
Loading…
Reference in New Issue