jiangping
2023-10-26 ea87c908fb6cdfc3e227a584a53e6730efb8262a
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;