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