ragnarlotus/vue-flux

How destroy the object before unmount the vue-flux?

ARM-developer opened this issue · 1 comments

I tried deleting the component with the reference but it didn't work.

image

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);