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