jiaosong
2023-08-23 8c466cfcd305ffe22f2c8b3671ac012d61045f46
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;