修改web/Home样式

This commit is contained in:
JACKYMYPERSON
2025-10-08 23:24:05 +08:00
parent ca44a189ba
commit 5801dd825f
3 changed files with 154 additions and 0 deletions

View File

@@ -1,9 +1,11 @@
<template>
<HomeView></HomeView>
<FooterView></FooterView>
</template>
<script setup lang="ts">
import HomeView from '@/views/HomeView.vue'
import FooterView from './component/FooterView.vue';
</script>
<style scoped>