jiaosong
2023-08-11 36448db2aa831d62d3c7354128f250cede7470c3
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;