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