App.vue 104 B

123456789
  1. <script setup lang="ts">
  2. </script>
  3. <template>
  4. <router-view />
  5. </template>
  6. <style scoped>
  7. </style>