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