App.vue 100 B

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