wujingjing
2025-02-13 6740976a0050d85a5e78754b1b2a70e84903e0f7
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>