Files
maintenance_system/src/views/ueScreen/components/header.vue

8 lines
102 B
Vue
Raw Normal View History

2025-11-14 16:46:34 +08:00
<template>
<div>头部</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>