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