-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
- [Vuejs]-Laravel – Vue – Components not updating
- [Vuejs]-What's the lightest way to automate .vue file compilation without webpack?
Source:stackexchange.com