liuleilei
2023-08-15 0ea3fdcd0c8c6bd144af4bd0d8ecde8c3ae2d191
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;