dashboard
repositories
filestore
activity
search
login
drone
/
drone-web-manage
无人机管理后台前端(已迁走)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'feature/v5.0/5.0.4' into test
罗广辉
2025-08-25
8b76cca764bcf32c8f8d5d1a4b59926b67f1fc20
[drone/drone-web-manage.git]
/
src
/
utils
/
eventBus.js
1
2
3
4
5
import mitt from 'mitt'
const emitter = mitt()
export default emitter