mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
[ FIX ] : Build Errors
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { gsap } from 'gsap';
|
||||
import { Draggable } from 'gsap/Draggable';
|
||||
import { Draggable } from 'gsap/all';
|
||||
import { computed, onBeforeUnmount, onMounted, ref, useTemplateRef, watch } from 'vue';
|
||||
|
||||
gsap.registerPlugin(Draggable);
|
||||
|
||||
Reference in New Issue
Block a user