xieb
2025-02-05 4667e8975eff03a8fabc6a6fef95658da18e75e6
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>