Hello, I am having trouble referencing my GSAP timeline using Vue 3 composition API.   I am having no problem running the timeline when the component is mounted as follows.   I am trying to store this timeline in a variable so I can use different methods such as play(), pause(), reverse(), etc. But am having problems getting that to work.     When I run this code the animation does not work.     I know this might be more of a Vue