dashboard
repositories
filestore
activity
search
login
drone
/
pilot-h5
遥控器上云H5
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改航线和提交安装组件
chenyao
2025-02-25
0d2edb0421b6aaf586a9df317e6076231f00d919
[drone/pilot-h5.git]
/
src
/
views
/
HomeView.vue
1
2
3
4
5
6
7
8
9
<script setup lang="ts">
import TheWelcome from '../components/TheWelcome.vue'
</script>
<template>
<main>
<TheWelcome />
</main>
</template>