App.vue 96 B

1234567891011
  1. <template>
  2. <div>test</div>
  3. </template>
  4. <script setup lang='ts'>
  5. </script>
  6. <style>
  7. </style>