mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
feat: integrate animate.css for animations, enhance layout, and improve localization files
This commit is contained in:
parent
95661e908a
commit
2f20d49091
21 changed files with 252 additions and 172 deletions
|
@ -1,15 +1,15 @@
|
|||
<script setup lang="ts">
|
||||
import Navigation from '~/components/navigation.vue';
|
||||
import Navigation from "~/components/navigation.vue";
|
||||
import Footer from "~/components/footer.vue";
|
||||
</script>
|
||||
<template>
|
||||
<nav>
|
||||
<Navigation/>
|
||||
</nav>
|
||||
<main class="pt-[60px]">
|
||||
<slot/>
|
||||
</main>
|
||||
<footer>
|
||||
<Footer/>
|
||||
</footer>
|
||||
</template>
|
||||
<nav>
|
||||
<Navigation />
|
||||
</nav>
|
||||
<main class="pt-[60px]">
|
||||
<slot />
|
||||
</main>
|
||||
<footer>
|
||||
<Footer />
|
||||
</footer>
|
||||
</template>
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<script setup lang="ts">
|
||||
import Navigation from '~/components/navigation.vue';
|
||||
import Navigation from "~/components/navigation.vue";
|
||||
import Footer from "~/components/footer.vue";
|
||||
</script>
|
||||
<template>
|
||||
<nav>
|
||||
<Navigation/>
|
||||
</nav>
|
||||
<main class="pt-[60px]">
|
||||
<slot/>
|
||||
</main>
|
||||
<footer>
|
||||
<Footer/>
|
||||
</footer>
|
||||
</template>
|
||||
<nav>
|
||||
<Navigation />
|
||||
</nav>
|
||||
<main class="pt-[60px]">
|
||||
<slot />
|
||||
</main>
|
||||
<footer>
|
||||
<Footer />
|
||||
</footer>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue