header.vue 101 B

123456789
  1. <template>
  2. <header>
  3. </header>
  4. </template>
  5. <script setup>
  6. const route = useRoute();
  7. </script>