HomeView.vue 152 B

123456789
  1. <script setup lang="ts">
  2. import TheWelcome from '../components/TheWelcome.vue'
  3. </script>
  4. <template>
  5. <main>
  6. <div>test</div>
  7. </main>
  8. </template>