mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-15 13:46:36 +08:00
feat: 添加vue3bbs前端
This commit is contained in:
9
Yi.BBS.Vue3/src/views/HomeView.vue
Normal file
9
Yi.BBS.Vue3/src/views/HomeView.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup>
|
||||
import TheWelcome from '../components/TheWelcome.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main>
|
||||
<TheWelcome />
|
||||
</main>
|
||||
</template>
|
||||
Reference in New Issue
Block a user