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