You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
195 B

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