App.vue 121 B

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