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