<script setup lang="ts"> import TheWelcome from '../components/TheWelcome.vue' </script> <template> <main> <div>test</div> </main> </template>