How destroy the object before unmount the vue-flux?
ARM-developer opened this issue · 1 comments
ARM-developer commented
ragnarlotus commented
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);