HeadManage.vue 115 B

123456
  1. <template>
  2. <div>管理页面头部通用组件</div>
  3. </template>
  4. <script setup></script>
  5. <style scoped></style>