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