Closed ARM-developer closed 6 months ago
if you want to delete it without finishing the transhition:
const player = $vueFlux.value.getlayer();
await player.stop(true);
or...
setting the emit stop
to do whatever you want
$vueFlux.value.stop(true);
I tried deleting the component with the reference but it didn't work.