feat: 添加bbs前端

This commit is contained in:
橙子
2023-02-19 23:50:42 +08:00
parent 380f728de2
commit 2f654a1772
102 changed files with 33042 additions and 2 deletions

5
Yi.BBS.Vue2/src/App.vue Normal file
View File

@@ -0,0 +1,5 @@
<template>
<div id="app" >
<router-view/>
</div>
</template>