dashboard
repositories
filestore
activity
search
login
drone
/
drone-web-manage
无人机管理后台前端(已迁走)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge remote-tracking branch 'origin/feature/v7.0/7.0.2' into feature/v7.0/...
张含笑
2025-10-25
39abebc6d54083556a393441e0628bc3d93b46c7
[drone/drone-web-manage.git]
/
src
/
App.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<template>
<router-view />
</template>
<script setup>
</script>
<style>
html,
body,
#app {
width: 100%;
height: 100%;
}
</style>