jiangping
2023-10-26 627c3e0a6920131d75eafa4646db373ccc936546
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;