完善
This commit is contained in:
14
src/components/header.vue
Normal file
14
src/components/header.vue
Normal 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>
|
||||
Reference in New Issue
Block a user