zhongrj
2025-02-18 3aa7df5f24e67337d9529ad9c9e81d560bf7b329
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>