- <script setup lang="ts">
- import HeadBlock from '@/layout/component/HeadBlock.vue'
- // import FooterBlock from '@/layout/component/FooterBlock.vue'
- </script>
- <template>
- <head-block />
- <transition enter-active-class="animate__animated animate__fadeIn" mode="out-in">
- <RouterView />
- </transition>
- <!-- <FooterBlock /> -->
- </template>
- <style scoped></style>
|