[Vuejs]-How do I use robin-dela/hover-effect library in vue.js?

-1👍

import hoverEffect from 'hover-effect/dist/hover-effect.js'

and I changed e=require("gsap/TweenMax") to e=require("gsap") in the first line
and it worked
the problem was because of the version of gsap installed in modules

Leave a comment