保存进度!

This commit is contained in:
2023-01-05 13:18:28 +08:00
parent 1c25e18d0f
commit 3b1fbf611e
5 changed files with 175 additions and 6 deletions

View File

@@ -0,0 +1,23 @@
<!--
* @Author: Kane
* @Date: 2023-01-04 11:39:04
* @LastEditors: Kane
* @LastEditTime: 2023-01-04 11:39:05
* @FilePath: \admin_system\src\layout\components\Header.vue
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
-->
<template>
<div>Header</div>
</template>
<script>
export default {
name: "LayoutHeader"
};
</script>
<style scoped>
</style>