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