add heart animation

This commit is contained in:
2025-08-02 09:35:30 +04:00
parent a5232864d2
commit faa4663e20
21 changed files with 423 additions and 31 deletions

7
src/layout/UiHeader.vue Normal file
View File

@ -0,0 +1,7 @@
<template>
<header>
<div class="flex items-center justify-between hidden">hidden</div>
</header>
</template>
<script setup lang="ts"></script>