I'm using the basic webpack template from vue-cli and I cannot get access to $gsap. I'm attempting to access it from a component via this.$gsap and I get an error saying it is undefined.
[Updated]
I can access this.$scrollmagic but not this.$gsap. I ended up having to import TimelineMax to use it.
I'm using the basic webpack template from vue-cli and I cannot get access to $gsap. I'm attempting to access it from a component via this.$gsap and I get an error saying it is undefined.
[Updated] I can access this.$scrollmagic but not this.$gsap. I ended up having to import TimelineMax to use it.