feat: 环境搭建

This commit is contained in:
Gaoxs
2023-01-06 15:32:51 +08:00
commit 2ee84d2d0b
613 changed files with 80023 additions and 0 deletions

9
bf/views/HomeView.vue Normal file
View File

@ -0,0 +1,9 @@
<script setup>
import TheWelcome from "../components/TheWelcome.vue";
</script>
<template>
<main>
<TheWelcome />
</main>
</template>