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