This commit is contained in:
Ruin
2022-03-10 12:30:05 +08:00
parent 602e9d2f87
commit db6e49ad10
14 changed files with 1524 additions and 550 deletions

14
src/components/header.vue Normal file
View File

@@ -0,0 +1,14 @@
<!--
* @Description: {{ByRuin}}
* @Version: 2.0
* @Author: Ruin 🍭
* @Date: 2022-03-10 10:15:28
* @LastEditors: 刘引
* @LastEditTime: 2022-03-10 10:46:16
-->
<template>
<div class="root">我是头部组件</div>
</template>
<script setup lang="ts">
</script>
<style lang="scss" scoped></style>