App.vue 112 B

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