liuleilei
2023-08-28 3d3d0f245deb404234fdfa8880a52fe7f1adf46b
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;