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