init
All checks were successful
Deploy / build (push) Successful in 51s

This commit is contained in:
alsaze
2025-11-27 17:54:01 +03:00
parent 5f3c4057e7
commit 5f250b8b6c
6 changed files with 169 additions and 30 deletions

View File

@@ -6,6 +6,14 @@
</UApp>
</template>
<script setup lang="ts">
import gsap from 'gsap'
import { ScrollToPlugin } from 'gsap/ScrollToPlugin'
import { ScrollTrigger } from 'gsap/ScrollTrigger'
gsap.registerPlugin(ScrollTrigger, ScrollToPlugin)
</script>
<style lang="scss">
@use '@/assets/scss/main' as *;
</style>