Add AOS to home page

This commit is contained in:
BlossomiShymae
2024-06-13 12:04:27 -05:00
parent 06f7043004
commit 7f84eed144
4 changed files with 35 additions and 3 deletions

View File

@@ -6,6 +6,10 @@
</template>
<script setup>
import AOS from "aos";
import "aos/dist/aos.css";
AOS.init();
</script>
<style>