2025-10-04 17:42:53 +08:00
|
|
|
<template>
|
2025-10-08 20:00:30 +08:00
|
|
|
<HomeView></HomeView>
|
2025-10-04 17:42:53 +08:00
|
|
|
</template>
|
|
|
|
|
|
2025-10-08 20:00:30 +08:00
|
|
|
<script setup lang="ts">
|
|
|
|
|
import HomeView from '@/views/HomeView.vue'
|
|
|
|
|
</script>
|
2025-10-04 17:42:53 +08:00
|
|
|
|
2025-10-08 20:00:30 +08:00
|
|
|
<style scoped>
|
2025-10-04 17:42:53 +08:00
|
|
|
|
|
|
|
|
</style>
|