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