tanghaolin
2025-02-12 6801d3e46a122cd1ab6d7d5c8dd36c6620c5979f
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>