Jump to content
Search Community

Toni-98

Members
  • Posts

    1
  • Joined

  • Last visited

Toni-98's Achievements

0

Reputation

  1. Try this: nuxt.config.js build: { transpile: [ "gsap" ], } In a page or elsewhere <script> import { gsap } from "gsap"; import { Draggable } from 'gsap/Draggable'; export default { mounted() { if (process.client) { // Here you can use gsap now and draggable } } } </script>
×
×
  • Create New...