wujingjing
2025-02-12 cc75c6929b6f9ab3a83bd785eec70f3c123e07bf
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>