基质喷涂
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
206 B

7 months ago
7 months ago
7 months ago
  1. <script setup lang="ts">
  2. import { RouterLink, RouterView } from "vue-router";
  3. import HeaderBar from "@/components/HeaderBar.vue";
  4. </script>
  5. <template>
  6. <RouterView />
  7. </template>
  8. <style scoped>
  9. </style>