liuleilei
2023-09-11 956c6a3fda3d5d9f1c52392facafe6fd69f5a656
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;