wujingjing
2025-02-14 4579dd829bc9b85e3d558e00549a4119174f65b3
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>