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