dashboard
repositories
filestore
activity
search
login
drone
/
drone-web-manage
无人机管理后台前端(已迁走)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat:vue3 更新统一弹窗和列表 搜索样式
chenyao
2025-09-19
f2debf4b57a970e3c9111731f878f094fb2d31af
[drone/drone-web-manage.git]
/
src
/
utils
/
eventBus.js
1
2
3
4
5
import mitt from 'mitt'
const emitter = mitt()
export default emitter