Hi again.   I'm having an issue I can't seem to go around...   In Nuxt, I'm using ScrollTrigger.create to pin to specified panels on a index.vue page. All is fine. When navigating to other pages (with or without ScrollTriger animations), the new page is still running the ScrollTrigger, thus pinning to the index.vue instructions, even though its a totally diferent page.   My initial thought was to do 'ScrollTrigger.kill()' on the lifecycle 'beforeDestroy()', whi