home-3.vue 155 B

123456789
  1. <template>
  2. <div id="home-2">
  3. <router-view></router-view>
  4. </div>
  5. </template>
  6. <script setup lang="ts"></script>
  7. <style scoped lang="scss"></style>