chenyao
2025-02-25 0d2edb0421b6aaf586a9df317e6076231f00d919
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>