feat: 添加bbs前端搭建

This commit is contained in:
橙子
2023-03-03 21:58:58 +08:00
parent e0da9e1a87
commit 61f8a07753
17 changed files with 100 additions and 319 deletions

View File

@@ -0,0 +1,21 @@
import { h } from 'vue';
<template class="back-color">
<div class="body-main"> 身体 <RouterView /></div>
</template>
<style scoped>
.back-color{
}
.body-main{
min-height: 10rem;
min-width: 10rem;
background-color:#F0F2F5;
}
</style>