jiangping
2023-10-26 12419e428e72813dbe84fc6801031a8d07097214
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;