1 <script setup> 2 import TheWelcome from '../components/TheWelcome.vue' 3 </script> 4 5 <template> 6 <main> 7 <TheWelcome /> 8 </main> 9 </template>