8 lines
127 B
Vue
Raw Normal View History

2024-05-04 23:36:38 +08:00
<template>
<div>头部布局</div>
</template>
<script setup lang="ts"></script>
<style lang="scss" scoped></style>