dashboard
repositories
filestore
activity
search
login
drone
/
drone-web-manage
无人机管理后台前端(已迁走)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat:更新宽度
chenyao
2025-10-17
2b01c341d55629a7b86fdb329f962dca2ce7f7e2
[drone/drone-web-manage.git]
/
src
/
utils
/
eventBus.js
1
2
3
4
5
import mitt from 'mitt'
const emitter = mitt()
export default emitter