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