chenyao
2025-02-14 58aeb1b4b7fef38bfbba99231c46d1c6572e8712
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>