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