chenyao
2025-03-15 ffd06325d894a5b54a39f6689d67fec9f6c62ed0
1
2
3
4
5
6
7
8
9
<script setup lang="ts">
import TheWelcome from '../components/TheWelcome.vue'
</script>
 
<template>
  <main>
    <TheWelcome />
  </main>
</template>