Using globe with vue. I have a route called globe that inits the globe on create.
when I change route and go back to globe route the globe re initializes and re adds scripts to my header.
Is there a way to re initialize an already created globe? or a way to destroy globe?
Or if there a specific way to handle this in vue?