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