chenyao
2025-02-24 a0f008e1b176ab0c844bc4721f282e12d18f855c
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>