This commit is contained in:
X1627315083
2025-06-19 10:07:11 +08:00
parent 47223f7e95
commit 9b15d988f0
3 changed files with 49 additions and 38 deletions

View File

@@ -62,7 +62,7 @@
</template>
<script>
import { defineComponent,h ,toRefs,ref,reactive,onMounted,onBeforeDestroy,nextTick,provide,computed} from 'vue'
import { defineComponent,h ,toRefs,ref,reactive,onMounted,nextTick,provide,computed} from 'vue'
import { gsap, TweenMax } from "gsap";
import { ScrollTrigger } from "gsap/ScrollTrigger";
export default defineComponent({