Hi,
I'm using TweenMax inside a Vue.js SFC - https://vuejs.org/v2/guide/single-file-components.html
It's a Spinner component I re-use throughout our app. As soon as I visit a page using vuejs router - https://router.vuejs.org/
that has a spinner component in it and then go to another page, on return to the previous page, the animation no longer works and I get tons of errors that increment really fast in the console.
It may be related to this if vue.js is hiding it for reuse -
I'm not sure if I should be troubleshooting in this forum or vue.js
Thanks,
Gavin.