| <script setup lang="ts"> | |
| // import TheWelcome from '../components/TheWelcome.vue' | |
| </script> | |
| <template> | |
| <main> | |
| <!-- <TheWelcome />--> | |
| Hi from Lilyn | |
| </main> | |
| </template> | |
| <script setup lang="ts"> | |
| // import TheWelcome from '../components/TheWelcome.vue' | |
| </script> | |
| <template> | |
| <main> | |
| <!-- <TheWelcome />--> | |
| Hi from Lilyn | |
| </main> | |
| </template> | |