公告板
版本库
filestore
活动
搜索
登录
main
/
ai-vue
ai 对话前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化
xiangpei
2025-04-18
7feee0463330ee014b0ac1a6f8e31118bb699f12
[ai-vue.git]
/
src
/
views
/
HomeView.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<template>
<div class="view">
<h2>欢迎使用FastDev构建你的项目</h2>
</div>
</template>
<script>
export default {
name: "WelcomeView"
}
</script>
<style scoped>
</style>