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