jiangping
2023-09-04 3f108c6f2b021dd9f052693fa24064187d4608a7
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;