jiaosong
2023-08-11 c2e4ed1a6e3a14406db471304360cd45ac8177d1
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;