zhongrj
2025-02-17 e91e69cc71a288f66b95c814e9bb71689f02be02
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>