chenyao
2025-02-08 51823e0a21f696eabb0fce87afa822cb8de773b2
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>