he wei
2024-11-20 c525192b456d5d73f792096c5dffac80e56f0151
1
2
3
4
5
6
7
8
9
<script setup>
import TheWelcome from '../components/TheWelcome.vue'
</script>
 
<template>
  <main>
    <TheWelcome />
  </main>
</template>