liuleilei
2023-08-14 51e824c7890802b0dd4143dddb487ef26aec134a
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;