Main.vue 148 B

123456789101112131415
  1. <template>
  2. <div class="Main">
  3. <router-view />
  4. </div>
  5. </template>
  6. <script setup>
  7. </script>
  8. <style lang="scss" scoped>
  9. </style>