liuleilei
2023-08-28 d569a116b254d1a979828b2425e4732330af9aa3
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;