index.vue 89 B

12345678910
  1. <template>
  2. <main>
  3. Test
  4. </main>
  5. </template>
  6. <script setup lang="ts">
  7. </script>