Mr.Zhang
2023-08-28 944d9f5e8666b14791c4a274013c5d7ffdc553a6
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;