App.vue 125 B

12345678910111213
  1. <script setup>
  2. </script>
  3. <template>
  4. <div>
  5. <router-view></router-view>
  6. </div>
  7. </template>
  8. <style scoped>
  9. </style>