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