Closed mitchellcliftonbarton closed 1 year ago
Hi, Flip
should be enabled within extraPlugins
object (not clubPlugins
):
// nuxt.config.js
export default {
gsap: {
extraPlugins: {
flip: true
}
}
}
Try again and let me know if it works as expected.
Ahhhhh of course! That worked perfectly!
Thanks for the quick response!
No problem 👍 I'm closing this as resolved.
Steps to Reproduce
Nuxt: 2.15.7 nuxt-gsap-module: 1.7.3 gsap: 3.11.4 Node: 16.13.0
In my nuxt project, I have 'nuxt-gsap-module' installed, and configured in the nuxt.config.js file like so:
I also have gsap installed using the gsap-bonus.tgz file so that I can use the extra plugins.
Current Behavior
With this setup, I keep getting the following error in regards to the 'Flip' plugin:
When I console log `this.$Flip', I get undefined. This was working for me a few weeks ago, not sure why it wont work now.
Expected Behavior
The Flip plugin should not be undefined.
Additional Details
No response
Version
1.7.3