Mr.Zhang
2023-08-25 2903f0fb05e8818bf5be4b7f629f7d8226480fa1
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;