home-3.vue 155 B

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