chenyao
2025-02-05 8a0c13f0a89cc0af5e73dfb5e819133e09770979
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>