dashboard
repositories
filestore
activity
search
login
main
/
safetyProject
深海所安全管理信息化平台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
地址修改
zhouwx
2026-04-15
987273fcb5ce335c146be4c0eb07368cf30d795b
[safetyProject.git]
/
src
/
App.vue
1
2
3
4
5
6
7
8
9
10
11
<script setup>
import HelloWorld from './components/HelloWorld.vue'
</script>
<template>
<HelloWorld msg="Vite + Vue" />
</template>
<style scoped>
</style>